Html Css Color HEX #B99C49 Husk

📋 copy color: '#B99C49'

red 185 ◦ green 156 ◦ blue 73

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

Shades of Husk #B99C49

Tints of Husk #B99C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.63%

R = 44.69%
G = 37.68%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B99C49 (or 0xB99C49) is known color: Husk. HEX triplet: B9, 9C and 49. RGB value is (185,156,73). Sum of RGB (Red+Green+Blue) = 185+156+73=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 73 (28.91% from 255 or 17.63% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99C49 is #4663B6. Grayscale: #9B9B9B. Windows color (decimal): -4613047 or 4824249. OLE color: 4824249.

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

Color convert

RGB 185 156 73 -
CMYK 0 0.16 0.61 0.27
HSL 44.46º 0.44% 0.51% -
HSV(B) 44.46º 0.61% 0.73% -
XYZ 33.1 34.57 11.23 -
YUV 155.21 81.61 149.25 -
System Red Green Blue C M Y K H S L
Decimal 185 156 73 0 0.16 0.61 0.27 44.46 0.44 0.51
Hex B9 9C 49 0 10 3D 1B 2C 2C 33
Octal 271 234 111 0 20 75 33 54 54 63
Binary 10111001 10011100 1001001 0 10000 111101 11011 101100 101100 110011

Color Harmonies of #B99C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C49

Black with #B99C49

Text Example


Text Example

White with #B99C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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