#BB9451

Color #BB9451 Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #BB9451

Tints of Tussock #BB9451

Color information

#BB9451 (or 0xBB9451) is unknown color: approx Tussock. HEX triplet: BB, 94 and 51. RGB value is (187,148,81). Sum of RGB (Red+Green+Blue) = 187+148+81=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9451 is #446BAE. Grayscale: #989898. Windows color (decimal): -4484015 or 5346491. OLE color: 5346491.

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

Color convert

RGB18714881-
CMYK00.210.570.27
HSL37.92º43.8%52.55%-
HSV(B)37.92º56.68%73.33%-
XYZ32.5732.3412.31-
YUV152.0287.92152.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 81 (32.03% from 255) = 19.47%
R=44.95%
G=35.58%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871488100.210.570.2737.9243.852.55
HexBB9451015391B262c35
Octal2732241210257133465465
Binary1011101110010100101000101010111100111011100110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9451; }

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

 H1.HeaderClassName
 {
   color: #BB9451;
 }
 .AnyTagClassName
 {
   color: #BB9451;
 }
</style>
background-color css

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

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

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

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

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

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