#BBAA54

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

Shades of Sundance #BBAA54

Tints of Sundance #BBAA54

Color information

#BBAA54 (or 0xBBAA54) is unknown color: approx Sundance. HEX triplet: BB, AA and 54. RGB value is (187,170,84). Sum of RGB (Red+Green+Blue) = 187+170+84=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA54 is #4455AB. Grayscale: #A5A5A5. Windows color (decimal): -4478380 or 5548731. OLE color: 5548731.

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

Color convert

RGB18717084-
CMYK00.090.550.27
HSL50.1º43.1%53.14%-
HSV(B)50.1º55.08%73.33%-
XYZ36.4739.9514.18-
YUV165.2882.13143.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 170 (66.80% from 255) = 38.55%
BLUE value IS 84 (33.20% from 255) = 19.05%
R=42.40%
G=38.55%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871708400.090.550.2750.143.153.14
HexBBAA5409371B322b35
Octal2732521240116733625365
Binary101110111010101010101000100111011111011110010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA54; }

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

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

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

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

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

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

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

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