#B6954A

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

Shades of Husk #B6954A

Tints of Husk #B6954A

Color information

#B6954A (or 0xB6954A) is unknown color: approx Husk. HEX triplet: B6, 95 and 4A. RGB value is (182,149,74). Sum of RGB (Red+Green+Blue) = 182+149+74=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B6954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6954A is #496AB5. Grayscale: #969696. Windows color (decimal): -4811446 or 4887990. OLE color: 4887990.

HSL color Cylindrical-coordinate representation of color #B6954A: hue angle of 41.67º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6954A is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18214974-
CMYK00.180.590.29
HSL41.67º42.52%50.2%-
HSV(B)41.67º59.34%71.37%-
XYZ31.2731.9310.99-
YUV150.3284.93150.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.94%
GREEN value IS 149 (58.59% from 255) = 36.79%
BLUE value IS 74 (29.30% from 255) = 18.27%
R=44.94%
G=36.79%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821497400.180.590.2941.6742.5250.2
HexB6954A0123B1D2a2b32
Octal2662251120227335525362
Binary1011011010010101100101001001011101111101101010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6954A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6954A; }

 p { color: rgb(182,149,74); }

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

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

 a { background-color: rgb(182,149,74); }

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

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

 span { border-color: rgb(182,149,74); }

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