#BC9C4D

Color #BC9C4D Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #BC9C4D

Tints of Husk #BC9C4D

Color information

#BC9C4D (or 0xBC9C4D) is unknown color: approx Husk. HEX triplet: BC, 9C and 4D. RGB value is (188,156,77). Sum of RGB (Red+Green+Blue) = 188+156+77=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C4D is #4363B2. Grayscale: #9C9C9C. Windows color (decimal): -4416435 or 5086396. OLE color: 5086396.

HSL color Cylindrical-coordinate representation of color #BC9C4D: hue angle of 42.7º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC9C4D is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB18815677-
CMYK00.170.590.26
HSL42.7º45.31%51.96%-
HSV(B)42.7º59.04%73.73%-
XYZ33.973511.99-
YUV156.5683.1150.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 44.66%
GREEN value IS 156 (61.33% from 255) = 37.05%
BLUE value IS 77 (30.47% from 255) = 18.29%
R=44.66%
G=37.05%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881567700.170.590.2642.745.3151.96
HexBC9C4D0113B1A2b2d34
Octal2742341150217332535564
Binary1011110010011100100110101000111101111010101011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9C4D; }

 p { color: rgb(188,156,77); }

 H1.HeaderClassName
 {
   color: #BC9C4D;
 }
 .AnyTagClassName
 {
   color: #BC9C4D;
 }
</style>
background-color css

<style>
 a { background-color: #BC9C4D; }

 a { background-color: rgb(188,156,77); }

 div.DivClassName
 {
   background-color: #BC9C4D;
 }
 .BgClassName
 {
   background-color: #BC9C4D;
 }
</style>
border-color css

<style>
 span { border-color: #BC9C4D; }

 span { border-color: rgb(188,156,77); }

 td.TdClassName
 {
   border-color: #BC9C4D;
 }
 .TagClassName
 {
   border-color: #BC9C4D;
 }
</style>