color codes Logo

#bc854d color codes

#BC854D
(188,133,77)
0 Favorites   0 Comments

Color spaces of #bc854d

RGB 18813377
HSL0.080.450.52
HSV30°59°74°
CMYK 0.000.290.59   0.26
XYZ30.466128.002210.8204
Yxy28.00220.43970.4041
Hunter Lab52.917110.163324.9185
CIE-Lab59.890715.071338.2077

#bc854d color RGB value is (188,133,77).

#bc854d hex color red value is 188, green value is 133 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bc854d hue: 0.08 , saturation: 0.45 and the lightness value of bc854d is 0.52.

The process color (four color CMYK) of #bc854d color code is 0.00, 0.29, 0.59, 0.26. Web safe color of #bc854d is #cc9966. Color #bc854d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000101 01001101
Octal 274 205 115
Decimal 188 133 77
Hex BC 85 4D

RGB Percentages of Color #bc854d

%47.24
%33.42
%19.35

CMYK Percentages of Color #bc854d

%0
%29
%59
%26

Triadic Colors of #bc854d

#bc854d #4dbc85 #854dbc

Analogous Colors of #bc854d

#bc854d #bcbc4d #bc4e4d

Monochromatic Colors of #bc854d

#bc854d

Complementary Color

#bc854d #4d84bc

#bc854d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc854d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc854d Color CSS Codes

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

#bc854d Text Font Color

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

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


#bc854d Background Color

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

This div background color is #bc854d


#bc854d Border Color

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

This div border color is #bc854d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc854d


Comments

No comments written yet.

Please login to write comment.