#BB904E

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

Shades of Tussock #BB904E

Tints of Tussock #BB904E

Color information

#BB904E (or 0xBB904E) is unknown color: approx Tussock. HEX triplet: BB, 90 and 4E. RGB value is (187,144,78). Sum of RGB (Red+Green+Blue) = 187+144+78=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB904E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB904E is #446FB1. Grayscale: #959595. Windows color (decimal): -4485042 or 5148859. OLE color: 5148859.

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

Color convert

RGB18714478-
CMYK00.230.580.27
HSL36.33º44.49%51.96%-
HSV(B)36.33º58.29%73.33%-
XYZ31.8431.0611.52-
YUV149.3387.75154.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.72%
GREEN value IS 144 (56.64% from 255) = 35.21%
BLUE value IS 78 (30.86% from 255) = 19.07%
R=45.72%
G=35.21%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871447800.230.580.2736.3344.4951.96
HexBB904E0173A1B242c34
Octal2732201160277233445464
Binary1011101110010000100111001011111101011011100100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB904E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB904E; }

 p { color: rgb(187,144,78); }

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

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

 a { background-color: rgb(187,144,78); }

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

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

 span { border-color: rgb(187,144,78); }

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