#BB9352

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

Shades of Tussock #BB9352

Tints of Tussock #BB9352

Color information

#BB9352 (or 0xBB9352) is unknown color: approx Tussock. HEX triplet: BB, 93 and 52. RGB value is (187,147,82). Sum of RGB (Red+Green+Blue) = 187+147+82=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9352 is #446CAD. Grayscale: #979797. Windows color (decimal): -4484270 or 5411771. OLE color: 5411771.

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

Color convert

RGB18714782-
CMYK00.210.560.27
HSL37.14º43.57%52.75%-
HSV(B)37.14º56.15%73.33%-
XYZ32.4532.0412.46-
YUV151.5588.75153.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 82 (32.42% from 255) = 19.71%
R=44.95%
G=35.34%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871478200.210.560.2737.1443.5752.75
HexBB9352015381B252c35
Octal2732231220257033455465
Binary1011101110010011101001001010111100011011100101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9352; }

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

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

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

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

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

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

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

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