Color Hex Logo

#bc9753 Color Hex

#BC9753
(188,151,83)
0 Favorites   0 Comments

Color spaces of #bc9753

RGB 18815183
HSL0.110.440.53
HSV39°56°74°
CMYK 0.000.200.56   0.26
XYZ33.367033.449112.8813
Yxy33.44910.41870.4197
Hunter Lab57.83521.770827.2793
CIE-Lab64.52295.638140.6511

#bc9753 color RGB value is (188,151,83).

#bc9753 hex color red value is 188, green value is 151 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bc9753 hue: 0.11 , saturation: 0.44 and the lightness value of bc9753 is 0.53.

The process color (four color CMYK) of #bc9753 color hex is 0.00, 0.20, 0.56, 0.26. Web safe color of #bc9753 is #cc9966. Color #bc9753 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010111 01010011
Octal 274 227 123
Decimal 188 151 83
Hex BC 97 53

RGB Percentages of Color #bc9753

%44.55
%35.78
%19.67

CMYK Percentages of Color #bc9753

%0
%20
%56
%26

Triadic Colors of #bc9753

#bc9753 #53bc97 #9753bc

Analogous Colors of #bc9753

#bc9753 #adbc53 #bc6353

Monochromatic Colors of #bc9753

#bc9753

Complementary Color

#bc9753 #5378bc

#bc9753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9753 Color CSS Codes

.mybgcolor {background-color:#bc9753; } 
.myforecolor {color:#bc9753; }
.mybordercolor {border:3px solid #bc9753; }

#bc9753 Text Font Color

<p style="color:#bc9753">Text here</p>

This sample text font color is #bc9753
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bc9753 Background Color

<div style="background-color:#bc9753">
Div content here</div>

This div background color is #bc9753


#bc9753 Border Color

<div style="border:3px solid #bc9753">
Div here</div>

This div border color is #bc9753


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,151,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc9753; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc9753;
  -webkit-box-shadow: 1px 1px 3px 2px #bc9753;
  box-shadow:         1px 1px 3px 2px #bc9753; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,151,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc9753">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bc9753;
  -webkit-box-shadow: 1px 1px 3px 2px #bc9753;
  box-shadow:         1px 1px 3px 2px #bc9753;">
Div content here</div>

This div box has shadow with color #bc9753


Comments

No comments written yet.

Please login to write comment.