Html Css Color HEX #B9964B Husk

📋 copy color: '#B9964B'

red 185 ◦ green 150 ◦ blue 75

#B9964B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #B9964B

Tints of Husk #B9964B

RGB

 RED value IS 185 (72.66% from 255) = 45.12%

 GREEN value IS 150 (58.98% from 255) = 36.59%

 BLUE value IS 75 (29.69% from 255) = 18.29%

R = 45.12%
G = 36.59%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9964B (or 0xB9964B) is known color: Husk. HEX triplet: B9, 96 and 4B. RGB value is (185,150,75). Sum of RGB (Red+Green+Blue) = 185+150+75=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9964B is #4669B4. Grayscale: #989898. Windows color (decimal): -4614581 or 4953785. OLE color: 4953785.

HSL color Cylindrical-coordinate representation of color #B9964B: hue angle of 40.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9964B is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 150 75 -
CMYK 0 0.19 0.59 0.27
HSL 40.91º 0.44% 0.51% -
HSV(B) 40.91º 0.59% 0.73% -
XYZ 32.18 32.63 11.26 -
YUV 151.92 84.6 151.6 -
System Red Green Blue C M Y K H S L
Decimal 185 150 75 0 0.19 0.59 0.27 40.91 0.44 0.51
Hex B9 96 4B 0 13 3B 1B 29 2C 33
Octal 271 226 113 0 23 73 33 51 54 63
Binary 10111001 10010110 1001011 0 10011 111011 11011 101001 101100 110011

Color Harmonies of #B9964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9964B

Black with #B9964B

Text Example


Text Example

White with #B9964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9964B; }

 p { color: rgb(185,150,75); }

 H1.HeaderClassName
 {
   color: #B9964B;
 }
 .AnyTagClassName
 {
   color: #B9964B;
 }
</style>

background-color css

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

 a { background-color: rgb(185,150,75); }

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

border-color css

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

 span { border-color: rgb(185,150,75); }

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