Html Css Color HEX #B99247 Tussock

📋 copy color: '#B99247'

red 185 ◦ green 146 ◦ blue 71

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

Shades of Tussock #B99247

Tints of Tussock #B99247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.66%

R = 46.02%
G = 36.32%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B99247 (or 0xB99247) is known color: Tussock. HEX triplet: B9, 92 and 47. RGB value is (185,146,71). Sum of RGB (Red+Green+Blue) = 185+146+71=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B99247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99247 is #466DB8. Grayscale: #959595. Windows color (decimal): -4615609 or 4690617. OLE color: 4690617.

HSL color Cylindrical-coordinate representation of color #B99247: hue angle of 39.47º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B99247 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 146 71 -
CMYK 0 0.21 0.62 0.27
HSL 39.47º 0.45% 0.5% -
HSV(B) 39.47º 0.62% 0.73% -
XYZ 31.42 31.33 10.35 -
YUV 149.11 83.92 153.6 -
System Red Green Blue C M Y K H S L
Decimal 185 146 71 0 0.21 0.62 0.27 39.47 0.45 0.5
Hex B9 92 47 0 15 3E 1B 27 2D 32
Octal 271 222 107 0 25 76 33 47 55 62
Binary 10111001 10010010 1000111 0 10101 111110 11011 100111 101101 110010

Color Harmonies of #B99247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99247

Black with #B99247

Text Example


Text Example

White with #B99247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99247; }

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

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

background-color css

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

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

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

border-color css

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

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

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