Html Css Color HEX #B9984C Husk

📋 copy color: '#B9984C'

red 185 ◦ green 152 ◦ blue 76

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

Shades of Husk #B9984C

Tints of Husk #B9984C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.8%

 BLUE value IS 76 (30.08% from 255) = 18.4%

R = 44.79%
G = 36.8%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9984C (or 0xB9984C) is known color: Husk. HEX triplet: B9, 98 and 4C. RGB value is (185,152,76). Sum of RGB (Red+Green+Blue) = 185+152+76=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9984C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9984C is #4667B3. Grayscale: #999999. Windows color (decimal): -4614068 or 5019833. OLE color: 5019833.

HSL color Cylindrical-coordinate representation of color #B9984C: hue angle of 41.83º 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 #B9984C is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 152 76 -
CMYK 0 0.18 0.59 0.27
HSL 41.83º 0.44% 0.51% -
HSV(B) 41.83º 0.59% 0.73% -
XYZ 32.54 33.29 11.55 -
YUV 153.2 84.43 150.68 -
System Red Green Blue C M Y K H S L
Decimal 185 152 76 0 0.18 0.59 0.27 41.83 0.44 0.51
Hex B9 98 4C 0 12 3B 1B 2A 2C 33
Octal 271 230 114 0 22 73 33 52 54 63
Binary 10111001 10011000 1001100 0 10010 111011 11011 101010 101100 110011

Color Harmonies of #B9984C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9984C

Black with #B9984C

Text Example


Text Example

White with #B9984C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9984C; }

 p { color: rgb(185,152,76); }

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

background-color css

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

 a { background-color: rgb(185,152,76); }

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

border-color css

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

 span { border-color: rgb(185,152,76); }

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