Html Css Color HEX #B99951 Husk

📋 copy color: '#B99951'

red 185 ◦ green 153 ◦ blue 81

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

Shades of Husk #B99951

Tints of Husk #B99951

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.52%

 BLUE value IS 81 (32.03% from 255) = 19.33%

R = 44.15%
G = 36.52%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B99951 (or 0xB99951) is known color: Husk. HEX triplet: B9, 99 and 51. RGB value is (185,153,81). Sum of RGB (Red+Green+Blue) = 185+153+81=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B99951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99951 is #4666AE. Grayscale: #9A9A9A. Windows color (decimal): -4613807 or 5347769. OLE color: 5347769.

HSL color Cylindrical-coordinate representation of color #B99951: hue angle of 41.54º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B99951 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 153 81 -
CMYK 0 0.17 0.56 0.27
HSL 41.54º 0.43% 0.52% -
HSV(B) 41.54º 0.56% 0.73% -
XYZ 32.88 33.69 12.55 -
YUV 154.36 86.6 149.85 -
System Red Green Blue C M Y K H S L
Decimal 185 153 81 0 0.17 0.56 0.27 41.54 0.43 0.52
Hex B9 99 51 0 11 38 1B 2A 2B 34
Octal 271 231 121 0 21 70 33 52 53 64
Binary 10111001 10011001 1010001 0 10001 111000 11011 101010 101011 110100

Color Harmonies of #B99951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99951

Black with #B99951

Text Example


Text Example

White with #B99951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99951; }

 p { color: rgb(185,153,81); }

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

background-color css

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

 a { background-color: rgb(185,153,81); }

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

border-color css

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

 span { border-color: rgb(185,153,81); }

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