#BB9349

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

Shades of Tussock #BB9349

Tints of Tussock #BB9349

Color information

#BB9349 (or 0xBB9349) is unknown color: approx Tussock. HEX triplet: BB, 93 and 49. RGB value is (187,147,73). Sum of RGB (Red+Green+Blue) = 187+147+73=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9349 is #446CB6. Grayscale: #969696. Windows color (decimal): -4484279 or 4821947. OLE color: 4821947.

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

Color convert

RGB18714773-
CMYK00.210.610.27
HSL38.95º45.6%50.98%-
HSV(B)38.95º60.96%73.33%-
XYZ32.1331.9110.77-
YUV150.5284.25154.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 73 (28.91% from 255) = 17.94%
R=45.95%
G=36.12%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871477300.210.610.2738.9545.650.98
HexBB93490153D1B272e33
Octal2732231110257533475663
Binary1011101110010011100100101010111110111011100111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9349; }

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

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

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

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

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

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

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

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