#BC9A4B

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

Shades of Husk #BC9A4B

Tints of Husk #BC9A4B

Color information

#BC9A4B (or 0xBC9A4B) is unknown color: approx Husk. HEX triplet: BC, 9A and 4B. RGB value is (188,154,75). Sum of RGB (Red+Green+Blue) = 188+154+75=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9A4B is #4365B4. Grayscale: #9B9B9B. Windows color (decimal): -4416949 or 4954812. OLE color: 4954812.

HSL color Cylindrical-coordinate representation of color #BC9A4B: hue angle of 41.95º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC9A4B is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18815475-
CMYK00.180.600.26
HSL41.95º45.75%51.57%-
HSV(B)41.95º60.11%73.73%-
XYZ33.5634.3111.51-
YUV155.1682.76151.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 154 (60.55% from 255) = 36.93%
BLUE value IS 75 (29.69% from 255) = 17.99%
R=45.08%
G=36.93%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881547500.180.600.2641.9545.7551.57
HexBC9A4B0123C1A2a2e34
Octal2742321130227432525664
Binary1011110010011010100101101001011110011010101010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9A4B; }

 p { color: rgb(188,154,75); }

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

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

 a { background-color: rgb(188,154,75); }

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

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

 span { border-color: rgb(188,154,75); }

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