Color Hex Logo

#bc735b Color Hex

#BC735B
(188,115,91)
0 Favorites   0 Comments

Color spaces of #bc735b

RGB 18811591
HSL0.040.420.55
HSV15°52°74°
CMYK 0.000.390.52   0.26
XYZ28.758123.708212.9579
Yxy23.70820.43960.3624
Hunter Lab48.691120.217018.3052
CIE-Lab55.794426.209725.4078

#bc735b color RGB value is (188,115,91).

#bc735b hex color red value is 188, green value is 115 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bc735b hue: 0.04 , saturation: 0.42 and the lightness value of bc735b is 0.55.

The process color (four color CMYK) of #bc735b color hex is 0.00, 0.39, 0.52, 0.26. Web safe color of #bc735b is #cc6666. Color #bc735b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110011 01011011
Octal 274 163 133
Decimal 188 115 91
Hex BC 73 5B

RGB Percentages of Color #bc735b

%47.72
%29.19
%23.10

CMYK Percentages of Color #bc735b

%0
%39
%52
%26

Triadic Colors of #bc735b

#bc735b #5bbc73 #735bbc

Analogous Colors of #bc735b

#bc735b #bca45b #bc5b74

Monochromatic Colors of #bc735b

#bc735b

Complementary Color

#bc735b #5ba4bc

#bc735b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc735b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc735b Color CSS Codes

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

#bc735b Text Font Color

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

This sample text font color is #bc735b
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.


#bc735b Background Color

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

This div background color is #bc735b


#bc735b Border Color

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

This div border color is #bc735b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc735b


Comments

No comments written yet.

Please login to write comment.