Html Css Color HEX #B99C52 Husk

📋 copy color: '#B99C52'

red 185 ◦ green 156 ◦ blue 82

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

Shades of Husk #B99C52

Tints of Husk #B99C52

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.88%

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

R = 43.74%
G = 36.88%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B99C52 (or 0xB99C52) is known color: Husk. HEX triplet: B9, 9C and 52. RGB value is (185,156,82). Sum of RGB (Red+Green+Blue) = 185+156+82=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99C52 is #4663AD. Grayscale: #9C9C9C. Windows color (decimal): -4613038 or 5414073. OLE color: 5414073.

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

Color convert

RGB 185 156 82 -
CMYK 0 0.16 0.56 0.27
HSL 43.11º 0.42% 0.52% -
HSV(B) 43.11º 0.56% 0.73% -
XYZ 33.42 34.7 12.92 -
YUV 156.24 86.11 148.52 -
System Red Green Blue C M Y K H S L
Decimal 185 156 82 0 0.16 0.56 0.27 43.11 0.42 0.52
Hex B9 9C 52 0 10 38 1B 2B 2A 34
Octal 271 234 122 0 20 70 33 53 52 64
Binary 10111001 10011100 1010010 0 10000 111000 11011 101011 101010 110100

Color Harmonies of #B99C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C52

Black with #B99C52

Text Example


Text Example

White with #B99C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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