Html Css Color HEX #B99650 Tussock

📋 copy color: '#B99650'

red 185 ◦ green 150 ◦ blue 80

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

Shades of Tussock #B99650

Tints of Tussock #B99650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.14%

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

R = 44.58%
G = 36.14%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B99650 (or 0xB99650) is known color: Tussock. HEX triplet: B9, 96 and 50. RGB value is (185,150,80). Sum of RGB (Red+Green+Blue) = 185+150+80=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B99650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99650 is #4669AF. Grayscale: #989898. Windows color (decimal): -4614576 or 5281465. OLE color: 5281465.

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

Color convert

RGB 185 150 80 -
CMYK 0 0.19 0.57 0.27
HSL 40º 0.43% 0.52% -
HSV(B) 40º 0.57% 0.73% -
XYZ 32.36 32.71 12.2 -
YUV 152.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 185 150 80 0 0.19 0.57 0.27 40 0.43 0.52
Hex B9 96 50 0 13 39 1B 28 2B 34
Octal 271 226 120 0 23 71 33 50 53 64
Binary 10111001 10010110 1010000 0 10011 111001 11011 101000 101011 110100

Color Harmonies of #B99650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99650

Black with #B99650

Text Example


Text Example

White with #B99650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99650; }

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

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

background-color css

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

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

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

border-color css

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

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

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