Html Css Color HEX #B99E52 Husk

📋 copy color: '#B99E52'

red 185 ◦ green 158 ◦ blue 82

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

Shades of Husk #B99E52

Tints of Husk #B99E52

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.18%

 BLUE value IS 82 (32.42% from 255) = 19.29%

R = 43.53%
G = 37.18%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B99E52 (or 0xB99E52) is known color: Husk. HEX triplet: B9, 9E and 52. RGB value is (185,158,82). Sum of RGB (Red+Green+Blue) = 185+158+82=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99E52 is #4661AD. Grayscale: #9D9D9D. Windows color (decimal): -4612526 or 5414585. OLE color: 5414585.

HSL color Cylindrical-coordinate representation of color #B99E52: hue angle of 44.27º degrees, saturation: 0.42, 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 #B99E52 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 158 82 -
CMYK 0 0.15 0.56 0.27
HSL 44.27º 0.42% 0.52% -
HSV(B) 44.27º 0.56% 0.73% -
XYZ 33.76 35.38 13.03 -
YUV 157.41 85.45 147.68 -
System Red Green Blue C M Y K H S L
Decimal 185 158 82 0 0.15 0.56 0.27 44.27 0.42 0.52
Hex B9 9E 52 0 F 38 1B 2C 2A 34
Octal 271 236 122 0 17 70 33 54 52 64
Binary 10111001 10011110 1010010 0 1111 111000 11011 101100 101010 110100

Color Harmonies of #B99E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99E52

Black with #B99E52

Text Example


Text Example

White with #B99E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99E52; }

 p { color: rgb(185,158,82); }

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

background-color css

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

 a { background-color: rgb(185,158,82); }

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

border-color css

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

 span { border-color: rgb(185,158,82); }

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