Html Css Color HEX #B99051 Tussock

📋 copy color: '#B99051'

red 185 ◦ green 144 ◦ blue 81

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

Shades of Tussock #B99051

Tints of Tussock #B99051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.76%

R = 45.12%
G = 35.12%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B99051 (or 0xB99051) is known color: Tussock. HEX triplet: B9, 90 and 51. RGB value is (185,144,81). Sum of RGB (Red+Green+Blue) = 185+144+81=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B99051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99051 is #466FAE. Grayscale: #959595. Windows color (decimal): -4616111 or 5345465. OLE color: 5345465.

HSL color Cylindrical-coordinate representation of color #B99051: hue angle of 36.35º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B99051 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 144 81 -
CMYK 0 0.22 0.56 0.27
HSL 36.35º 0.43% 0.52% -
HSV(B) 36.35º 0.56% 0.73% -
XYZ 31.47 30.85 12.08 -
YUV 149.08 89.58 153.62 -
System Red Green Blue C M Y K H S L
Decimal 185 144 81 0 0.22 0.56 0.27 36.35 0.43 0.52
Hex B9 90 51 0 16 38 1B 24 2B 34
Octal 271 220 121 0 26 70 33 44 53 64
Binary 10111001 10010000 1010001 0 10110 111000 11011 100100 101011 110100

Color Harmonies of #B99051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99051

Black with #B99051

Text Example


Text Example

White with #B99051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99051; }

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

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

background-color css

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

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

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

border-color css

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

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

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