#BBAA52

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

Shades of Sundance #BBAA52

Tints of Sundance #BBAA52

Color information

#BBAA52 (or 0xBBAA52) is unknown color: approx Sundance. HEX triplet: BB, AA and 52. RGB value is (187,170,82). Sum of RGB (Red+Green+Blue) = 187+170+82=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA52 is #4455AD. Grayscale: #A5A5A5. Windows color (decimal): -4478382 or 5417659. OLE color: 5417659.

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

Color convert

RGB18717082-
CMYK00.090.560.27
HSL50.29º43.57%52.75%-
HSV(B)50.29º56.15%73.33%-
XYZ36.3939.9213.77-
YUV165.0581.13143.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 82 (32.42% from 255) = 18.68%
R=42.60%
G=38.72%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871708200.090.560.2750.2943.5752.75
HexBBAA5209381B322c35
Octal2732521220117033625465
Binary101110111010101010100100100111100011011110010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA52; }

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

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

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

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

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

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

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

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