#BB9452

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

Shades of Tussock #BB9452

Tints of Tussock #BB9452

Color information

#BB9452 (or 0xBB9452) is unknown color: approx Tussock. HEX triplet: BB, 94 and 52. RGB value is (187,148,82). Sum of RGB (Red+Green+Blue) = 187+148+82=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9452 is #446BAD. Grayscale: #989898. Windows color (decimal): -4484014 or 5412027. OLE color: 5412027.

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

Color convert

RGB18714882-
CMYK00.210.560.27
HSL37.71º43.57%52.75%-
HSV(B)37.71º56.15%73.33%-
XYZ32.6132.3512.51-
YUV152.1488.42152.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 82 (32.42% from 255) = 19.66%
R=44.84%
G=35.49%
B=19.66%

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
Decimal1871488200.210.560.2737.7143.5752.75
HexBB9452015381B262c35
Octal2732241220257033465465
Binary1011101110010100101001001010111100011011100110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9452; }

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

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

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

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

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

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

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

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