Color Hex Logo

#bc755a Color Hex

#BC755A
(188,117,90)
0 Favorites   0 Comments

Color spaces of #bc755a

RGB 18811790
HSL0.050.420.55
HSV17°52°74°
CMYK 0.000.380.52   0.26
XYZ28.945824.152112.8091
Yxy24.15210.43920.3665
Hunter Lab49.144819.131418.9480
CIE-Lab56.239825.018926.5535

#bc755a color RGB value is (188,117,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110101 01011010
Octal 274 165 132
Decimal 188 117 90
Hex BC 75 5A

RGB Percentages of Color #bc755a

%47.59
%29.62
%22.78

CMYK Percentages of Color #bc755a

%0
%38
%52
%26

Triadic Colors of #bc755a

#bc755a #5abc75 #755abc

Analogous Colors of #bc755a

#bc755a #bca65a #bc5a70

Monochromatic Colors of #bc755a

#bc755a

Complementary Color

#bc755a #5aa1bc

#bc755a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc755a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc755a Color CSS Codes

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

#bc755a Text Font Color

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

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


#bc755a Background Color

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

This div background color is #bc755a


#bc755a Border Color

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

This div border color is #bc755a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,117,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 #bc755a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc755a


Comments

No comments written yet.

Please login to write comment.