#BB9145

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

Shades of Tussock #BB9145

Tints of Tussock #BB9145

Color information

#BB9145 (or 0xBB9145) is unknown color: approx Tussock. HEX triplet: BB, 91 and 45. RGB value is (187,145,69). Sum of RGB (Red+Green+Blue) = 187+145+69=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9145 is #446EBA. Grayscale: #959595. Windows color (decimal): -4484795 or 4559291. OLE color: 4559291.

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

Color convert

RGB18714569-
CMYK00.220.630.27
HSL38.64º46.46%50.2%-
HSV(B)38.64º63.1%73.33%-
XYZ31.6931.259.99-
YUV148.8982.91155.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 145 (57.03% from 255) = 36.16%
BLUE value IS 69 (27.34% from 255) = 17.21%
R=46.63%
G=36.16%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871456900.220.630.2738.6446.4650.2
HexBB91450163F1B272e32
Octal2732211050267733475662
Binary1011101110010001100010101011011111111011100111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9145; }

 p { color: rgb(187,145,69); }

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

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

 a { background-color: rgb(187,145,69); }

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

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

 span { border-color: rgb(187,145,69); }

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