Color Hex Logo

#bc844d Color Hex

#BC844D
(188,132,77)
0 Favorites   0 Comments

Color spaces of #bc844d

RGB 18813277
HSL0.080.450.52
HSV30°59°74°
CMYK 0.000.300.59   0.26
XYZ30.329927.729710.7750
Yxy27.72970.44060.4028
Hunter Lab52.659010.657124.7295
CIE-Lab59.643715.625137.9116

#bc844d color RGB value is (188,132,77).

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

The process color (four color CMYK) of #bc844d color hex is 0.00, 0.30, 0.59, 0.26. Web safe color of #bc844d is #cc9966. Color #bc844d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000100 01001101
Octal 274 204 115
Decimal 188 132 77
Hex BC 84 4D

RGB Percentages of Color #bc844d

%47.36
%33.25
%19.40

CMYK Percentages of Color #bc844d

%0
%30
%59
%26

Triadic Colors of #bc844d

#bc844d #4dbc84 #844dbc

Analogous Colors of #bc844d

#bc844d #bcbc4d #bc4d4d

Monochromatic Colors of #bc844d

#bc844d

Complementary Color

#bc844d #4d85bc

#bc844d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc844d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc844d Color CSS Codes

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

#bc844d Text Font Color

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

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


#bc844d Background Color

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

This div background color is #bc844d


#bc844d Border Color

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

This div border color is #bc844d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc844d


Comments

No comments written yet.

Please login to write comment.