Html Css Color HEX #BB9549 Tussock

📋 copy color: '#BB9549'

red 187 ◦ green 149 ◦ blue 73

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

Shades of Tussock #BB9549

Tints of Tussock #BB9549

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.43%

 BLUE value IS 73 (28.91% from 255) = 17.85%

R = 45.72%
G = 36.43%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB9549 (or 0xBB9549) is known color: Tussock. HEX triplet: BB, 95 and 49. RGB value is (187,149,73). Sum of RGB (Red+Green+Blue) = 187+149+73=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9549 is #446AB6. Grayscale: #989898. Windows color (decimal): -4483767 or 4822459. OLE color: 4822459.

HSL color Cylindrical-coordinate representation of color #BB9549: hue angle of 40º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB9549 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 149 73 -
CMYK 0 0.20 0.61 0.27
HSL 40º 0.46% 0.51% -
HSV(B) 40º 0.61% 0.73% -
XYZ 32.44 32.54 10.87 -
YUV 151.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 187 149 73 0 0.20 0.61 0.27 40 0.46 0.51
Hex BB 95 49 0 14 3D 1B 28 2E 33
Octal 273 225 111 0 24 75 33 50 56 63
Binary 10111011 10010101 1001001 0 10100 111101 11011 101000 101110 110011

Color Harmonies of #BB9549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9549

Black with #BB9549

Text Example


Text Example

White with #BB9549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9549; }

 p { color: rgb(187,149,73); }

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

background-color css

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

 a { background-color: rgb(187,149,73); }

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

border-color css

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

 span { border-color: rgb(187,149,73); }

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