Html Css Color HEX #BB9951 Tussock

📋 copy color: '#BB9951'

red 187 ◦ green 153 ◦ blue 81

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

Shades of Tussock #BB9951

Tints of Tussock #BB9951

RGB

 RED value IS 187 (73.44% from 255) = 44.42%

 GREEN value IS 153 (60.16% from 255) = 36.34%

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

R = 44.42%
G = 36.34%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB9951 (or 0xBB9951) is known color: Tussock. HEX triplet: BB, 99 and 51. RGB value is (187,153,81). Sum of RGB (Red+Green+Blue) = 187+153+81=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9951 is #4466AE. Grayscale: #9B9B9B. Windows color (decimal): -4482735 or 5347771. OLE color: 5347771.

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

Color convert

RGB 187 153 81 -
CMYK 0 0.18 0.57 0.27
HSL 40.75º 0.44% 0.53% -
HSV(B) 40.75º 0.57% 0.73% -
XYZ 33.37 33.94 12.58 -
YUV 154.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 187 153 81 0 0.18 0.57 0.27 40.75 0.44 0.53
Hex BB 99 51 0 12 39 1B 29 2C 35
Octal 273 231 121 0 22 71 33 51 54 65
Binary 10111011 10011001 1010001 0 10010 111001 11011 101001 101100 110101

Color Harmonies of #BB9951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9951

Black with #BB9951

Text Example


Text Example

White with #BB9951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9951; }

 p { color: rgb(187,153,81); }

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

background-color css

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

 a { background-color: rgb(187,153,81); }

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

border-color css

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

 span { border-color: rgb(187,153,81); }

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