Html Css Color HEX #B99B49 Husk

📋 copy color: '#B99B49'

red 185 ◦ green 155 ◦ blue 73

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

Shades of Husk #B99B49

Tints of Husk #B99B49

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.53%

 BLUE value IS 73 (28.91% from 255) = 17.68%

R = 44.79%
G = 37.53%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B99B49 (or 0xB99B49) is known color: Husk. HEX triplet: B9, 9B and 49. RGB value is (185,155,73). Sum of RGB (Red+Green+Blue) = 185+155+73=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99B49 is #4664B6. Grayscale: #9A9A9A. Windows color (decimal): -4613303 or 4823993. OLE color: 4823993.

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

Color convert

RGB 185 155 73 -
CMYK 0 0.16 0.61 0.27
HSL 43.93º 0.44% 0.51% -
HSV(B) 43.93º 0.61% 0.73% -
XYZ 32.93 34.24 11.18 -
YUV 154.62 81.94 149.67 -
System Red Green Blue C M Y K H S L
Decimal 185 155 73 0 0.16 0.61 0.27 43.93 0.44 0.51
Hex B9 9B 49 0 10 3D 1B 2C 2C 33
Octal 271 233 111 0 20 75 33 54 54 63
Binary 10111001 10011011 1001001 0 10000 111101 11011 101100 101100 110011

Color Harmonies of #B99B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99B49

Black with #B99B49

Text Example


Text Example

White with #B99B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99B49; }

 p { color: rgb(185,155,73); }

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

background-color css

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

 a { background-color: rgb(185,155,73); }

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

border-color css

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

 span { border-color: rgb(185,155,73); }

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