Html Css Color HEX #B99047 Tussock

📋 copy color: '#B99047'

red 185 ◦ green 144 ◦ blue 71

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

Shades of Tussock #B99047

Tints of Tussock #B99047

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36%

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

R = 46.25%
G = 36%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B99047 (or 0xB99047) is known color: Tussock. HEX triplet: B9, 90 and 47. RGB value is (185,144,71). Sum of RGB (Red+Green+Blue) = 185+144+71=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B99047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99047 is #466FB8. Grayscale: #949494. Windows color (decimal): -4616121 or 4690105. OLE color: 4690105.

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

Color convert

RGB 185 144 71 -
CMYK 0 0.22 0.62 0.27
HSL 38.42º 0.45% 0.5% -
HSV(B) 38.42º 0.62% 0.73% -
XYZ 31.12 30.72 10.25 -
YUV 147.94 84.58 154.44 -
System Red Green Blue C M Y K H S L
Decimal 185 144 71 0 0.22 0.62 0.27 38.42 0.45 0.5
Hex B9 90 47 0 16 3E 1B 26 2D 32
Octal 271 220 107 0 26 76 33 46 55 62
Binary 10111001 10010000 1000111 0 10110 111110 11011 100110 101101 110010

Color Harmonies of #B99047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99047

Black with #B99047

Text Example


Text Example

White with #B99047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99047; }

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

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

background-color css

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

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

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

border-color css

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

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

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