Html Css Color HEX #B99D52 Husk

📋 copy color: '#B99D52'

red 185 ◦ green 157 ◦ blue 82

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

Shades of Husk #B99D52

Tints of Husk #B99D52

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.03%

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

R = 43.63%
G = 37.03%
B = 19.34%

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

#B99D52 (or 0xB99D52) is known color: Husk. HEX triplet: B9, 9D and 52. RGB value is (185,157,82). Sum of RGB (Red+Green+Blue) = 185+157+82=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99D52 is #4662AD. Grayscale: #9D9D9D. Windows color (decimal): -4612782 or 5414329. OLE color: 5414329.

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

Color convert

RGB 185 157 82 -
CMYK 0 0.15 0.56 0.27
HSL 43.69º 0.42% 0.52% -
HSV(B) 43.69º 0.56% 0.73% -
XYZ 33.59 35.04 12.98 -
YUV 156.82 85.78 148.1 -
System Red Green Blue C M Y K H S L
Decimal 185 157 82 0 0.15 0.56 0.27 43.69 0.42 0.52
Hex B9 9D 52 0 F 38 1B 2C 2A 34
Octal 271 235 122 0 17 70 33 54 52 64
Binary 10111001 10011101 1010010 0 1111 111000 11011 101100 101010 110100

Color Harmonies of #B99D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99D52

Black with #B99D52

Text Example


Text Example

White with #B99D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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