Html Css Color HEX #B99F52 Husk

📋 copy color: '#B99F52'

red 185 ◦ green 159 ◦ blue 82

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

Shades of Husk #B99F52

Tints of Husk #B99F52

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.32%

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

R = 43.43%
G = 37.32%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B99F52 (or 0xB99F52) is known color: Husk. HEX triplet: B9, 9F and 52. RGB value is (185,159,82). Sum of RGB (Red+Green+Blue) = 185+159+82=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99F52 is #4660AD. Grayscale: #9E9E9E. Windows color (decimal): -4612270 or 5414841. OLE color: 5414841.

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

Color convert

RGB 185 159 82 -
CMYK 0 0.14 0.56 0.27
HSL 44.85º 0.42% 0.52% -
HSV(B) 44.85º 0.56% 0.73% -
XYZ 33.93 35.72 13.09 -
YUV 158 85.11 147.26 -
System Red Green Blue C M Y K H S L
Decimal 185 159 82 0 0.14 0.56 0.27 44.85 0.42 0.52
Hex B9 9F 52 0 E 38 1B 2D 2A 34
Octal 271 237 122 0 16 70 33 55 52 64
Binary 10111001 10011111 1010010 0 1110 111000 11011 101101 101010 110100

Color Harmonies of #B99F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99F52

Black with #B99F52

Text Example


Text Example

White with #B99F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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