Html Css Color HEX #B99249 Tussock

📋 copy color: '#B99249'

red 185 ◦ green 146 ◦ blue 73

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

Shades of Tussock #B99249

Tints of Tussock #B99249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.14%

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

R = 45.79%
G = 36.14%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B99249 (or 0xB99249) is known color: Tussock. HEX triplet: B9, 92 and 49. RGB value is (185,146,73). Sum of RGB (Red+Green+Blue) = 185+146+73=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B99249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99249 is #466DB6. Grayscale: #959595. Windows color (decimal): -4615607 or 4821689. OLE color: 4821689.

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

Color convert

RGB 185 146 73 -
CMYK 0 0.21 0.61 0.27
HSL 39.11º 0.44% 0.51% -
HSV(B) 39.11º 0.61% 0.73% -
XYZ 31.49 31.35 10.7 -
YUV 149.34 84.92 153.44 -
System Red Green Blue C M Y K H S L
Decimal 185 146 73 0 0.21 0.61 0.27 39.11 0.44 0.51
Hex B9 92 49 0 15 3D 1B 27 2C 33
Octal 271 222 111 0 25 75 33 47 54 63
Binary 10111001 10010010 1001001 0 10101 111101 11011 100111 101100 110011

Color Harmonies of #B99249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99249

Black with #B99249

Text Example


Text Example

White with #B99249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99249; }

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

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

background-color css

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

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

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

border-color css

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

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

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