#BC9B4A

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

Shades of Husk #BC9B4A

Tints of Husk #BC9B4A

Color information

#BC9B4A (or 0xBC9B4A) is unknown color: approx Husk. HEX triplet: BC, 9B and 4A. RGB value is (188,155,74). Sum of RGB (Red+Green+Blue) = 188+155+74=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9B4A is #4364B5. Grayscale: #9B9B9B. Windows color (decimal): -4416694 or 4889532. OLE color: 4889532.

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

Color convert

RGB18815574-
CMYK00.180.610.26
HSL42.63º45.97%51.37%-
HSV(B)42.63º60.64%73.73%-
XYZ33.734.6311.39-
YUV155.6381.93151.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 74 (29.30% from 255) = 17.75%
R=45.08%
G=37.17%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881557400.180.610.2642.6345.9751.37
HexBC9B4A0123D1A2b2e33
Octal2742331120227532535663
Binary1011110010011011100101001001011110111010101011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9B4A; }

 p { color: rgb(188,155,74); }

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

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

 a { background-color: rgb(188,155,74); }

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

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

 span { border-color: rgb(188,155,74); }

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