Html Css Color HEX #B99C55 Husk

📋 copy color: '#B99C55'

red 185 ◦ green 156 ◦ blue 85

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

Shades of Husk #B99C55

Tints of Husk #B99C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.95%

R = 43.43%
G = 36.62%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B99C55 (or 0xB99C55) is known color: Husk. HEX triplet: B9, 9C and 55. RGB value is (185,156,85). Sum of RGB (Red+Green+Blue) = 185+156+85=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99C55 is #4663AA. Grayscale: #9C9C9C. Windows color (decimal): -4613035 or 5610681. OLE color: 5610681.

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

Color convert

RGB 185 156 85 -
CMYK 0 0.16 0.54 0.27
HSL 42.6º 0.42% 0.53% -
HSV(B) 42.6º 0.54% 0.73% -
XYZ 33.54 34.75 13.53 -
YUV 156.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 185 156 85 0 0.16 0.54 0.27 42.6 0.42 0.53
Hex B9 9C 55 0 10 36 1B 2B 2A 35
Octal 271 234 125 0 20 66 33 53 52 65
Binary 10111001 10011100 1010101 0 10000 110110 11011 101011 101010 110101

Color Harmonies of #B99C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C55

Black with #B99C55

Text Example


Text Example

White with #B99C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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