Html Css Color HEX #B99050 Tussock

📋 copy color: '#B99050'

red 185 ◦ green 144 ◦ blue 80

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

Shades of Tussock #B99050

Tints of Tussock #B99050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.56%

R = 45.23%
G = 35.21%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B99050 (or 0xB99050) is known color: Tussock. HEX triplet: B9, 90 and 50. RGB value is (185,144,80). Sum of RGB (Red+Green+Blue) = 185+144+80=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B99050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99050 is #466FAF. Grayscale: #959595. Windows color (decimal): -4616112 or 5279929. OLE color: 5279929.

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

Color convert

RGB 185 144 80 -
CMYK 0 0.22 0.57 0.27
HSL 36.57º 0.43% 0.52% -
HSV(B) 36.57º 0.57% 0.73% -
XYZ 31.43 30.84 11.89 -
YUV 148.96 89.08 153.7 -
System Red Green Blue C M Y K H S L
Decimal 185 144 80 0 0.22 0.57 0.27 36.57 0.43 0.52
Hex B9 90 50 0 16 39 1B 25 2B 34
Octal 271 220 120 0 26 71 33 45 53 64
Binary 10111001 10010000 1010000 0 10110 111001 11011 100101 101011 110100

Color Harmonies of #B99050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99050

Black with #B99050

Text Example


Text Example

White with #B99050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99050; }

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

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

background-color css

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

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

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

border-color css

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

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

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