Html Css Color HEX #B9984D Husk

📋 copy color: '#B9984D'

red 185 ◦ green 152 ◦ blue 77

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

Shades of Husk #B9984D

Tints of Husk #B9984D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.6%

R = 44.69%
G = 36.71%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9984D (or 0xB9984D) is known color: Husk. HEX triplet: B9, 98 and 4D. RGB value is (185,152,77). Sum of RGB (Red+Green+Blue) = 185+152+77=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B9984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9984D is #4667B2. Grayscale: #999999. Windows color (decimal): -4614067 or 5085369. OLE color: 5085369.

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

Color convert

RGB 185 152 77 -
CMYK 0 0.18 0.58 0.27
HSL 41.67º 0.44% 0.51% -
HSV(B) 41.67º 0.58% 0.73% -
XYZ 32.58 33.31 11.73 -
YUV 153.32 84.93 150.6 -
System Red Green Blue C M Y K H S L
Decimal 185 152 77 0 0.18 0.58 0.27 41.67 0.44 0.51
Hex B9 98 4D 0 12 3A 1B 2A 2C 33
Octal 271 230 115 0 22 72 33 52 54 63
Binary 10111001 10011000 1001101 0 10010 111010 11011 101010 101100 110011

Color Harmonies of #B9984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9984D

Black with #B9984D

Text Example


Text Example

White with #B9984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9984D; }

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

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

background-color css

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

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

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

border-color css

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

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

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