Html Css Color HEX #B99149 Tussock

📋 copy color: '#B99149'

red 185 ◦ green 145 ◦ blue 73

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

Shades of Tussock #B99149

Tints of Tussock #B99149

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.98%

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

R = 45.91%
G = 35.98%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B99149 (or 0xB99149) is known color: Tussock. HEX triplet: B9, 91 and 49. RGB value is (185,145,73). Sum of RGB (Red+Green+Blue) = 185+145+73=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B99149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99149 is #466EB6. Grayscale: #959595. Windows color (decimal): -4615863 or 4821433. OLE color: 4821433.

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

Color convert

RGB 185 145 73 -
CMYK 0 0.22 0.61 0.27
HSL 38.57º 0.44% 0.51% -
HSV(B) 38.57º 0.61% 0.73% -
XYZ 31.34 31.05 10.64 -
YUV 148.75 85.25 153.85 -
System Red Green Blue C M Y K H S L
Decimal 185 145 73 0 0.22 0.61 0.27 38.57 0.44 0.51
Hex B9 91 49 0 16 3D 1B 27 2C 33
Octal 271 221 111 0 26 75 33 47 54 63
Binary 10111001 10010001 1001001 0 10110 111101 11011 100111 101100 110011

Color Harmonies of #B99149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99149

Black with #B99149

Text Example


Text Example

White with #B99149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99149; }

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

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

background-color css

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

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

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

border-color css

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

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

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