#BE9C4C

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

Shades of Husk #BE9C4C

Tints of Husk #BE9C4C

Color information

#BE9C4C (or 0xBE9C4C) is unknown color: approx Husk. HEX triplet: BE, 9C and 4C. RGB value is (190,156,76). Sum of RGB (Red+Green+Blue) = 190+156+76=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9C4C is #4163B3. Grayscale: #9D9D9D. Windows color (decimal): -4285364 or 5020862. OLE color: 5020862.

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

Color convert

RGB19015676-
CMYK00.180.600.25
HSL42.11º46.72%52.16%-
HSV(B)42.11º60%74.51%-
XYZ34.4335.2511.83-
YUV157.0582.26151.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 156 (61.33% from 255) = 36.97%
BLUE value IS 76 (30.08% from 255) = 18.01%
R=45.02%
G=36.97%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901567600.180.600.2542.1146.7252.16
HexBE9C4C0123C192a2f34
Octal2762341140227431525764
Binary1011111010011100100110001001011110011001101010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C4C; }

 p { color: rgb(190,156,76); }

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

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

 a { background-color: rgb(190,156,76); }

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

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

 span { border-color: rgb(190,156,76); }

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