Html Css Color HEX #B99449 Tussock

📋 copy color: '#B99449'

red 185 ◦ green 148 ◦ blue 73

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

Shades of Tussock #B99449

Tints of Tussock #B99449

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.45%

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

R = 45.57%
G = 36.45%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B99449 (or 0xB99449) is known color: Tussock. HEX triplet: B9, 94 and 49. RGB value is (185,148,73). Sum of RGB (Red+Green+Blue) = 185+148+73=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B99449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99449 is #466BB6. Grayscale: #969696. Windows color (decimal): -4615095 or 4822201. OLE color: 4822201.

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

Color convert

RGB 185 148 73 -
CMYK 0 0.20 0.61 0.27
HSL 40.18º 0.44% 0.51% -
HSV(B) 40.18º 0.61% 0.73% -
XYZ 31.8 31.98 10.8 -
YUV 150.51 84.26 152.6 -
System Red Green Blue C M Y K H S L
Decimal 185 148 73 0 0.20 0.61 0.27 40.18 0.44 0.51
Hex B9 94 49 0 14 3D 1B 28 2C 33
Octal 271 224 111 0 24 75 33 50 54 63
Binary 10111001 10010100 1001001 0 10100 111101 11011 101000 101100 110011

Color Harmonies of #B99449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99449

Black with #B99449

Text Example


Text Example

White with #B99449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99449; }

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

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

background-color css

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

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

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

border-color css

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

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

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