Color Hex Logo

#bc735a Color Hex

#BC735A
(188,115,90)
0 Favorites   0 Comments

Color spaces of #bc735a

RGB 18811590
HSL0.040.420.55
HSV15°52°74°
CMYK 0.000.390.52   0.26
XYZ28.715223.691012.7322
Yxy23.69100.44080.3637
Hunter Lab48.673420.128818.5620
CIE-Lab55.777126.117525.9523

#bc735a color RGB value is (188,115,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110011 01011010
Octal 274 163 132
Decimal 188 115 90
Hex BC 73 5A

RGB Percentages of Color #bc735a

%47.84
%29.26
%22.90

CMYK Percentages of Color #bc735a

%0
%39
%52
%26

Triadic Colors of #bc735a

#bc735a #5abc73 #735abc

Analogous Colors of #bc735a

#bc735a #bca45a #bc5a72

Monochromatic Colors of #bc735a

#bc735a

Complementary Color

#bc735a #5aa3bc

#bc735a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc735a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc735a Color CSS Codes

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

#bc735a Text Font Color

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

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


#bc735a Background Color

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

This div background color is #bc735a


#bc735a Border Color

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

This div border color is #bc735a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc735a


Comments

No comments written yet.

Please login to write comment.