#BBAE52

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

Shades of Sundance #BBAE52

Tints of Sundance #BBAE52

Color information

#BBAE52 (or 0xBBAE52) is unknown color: approx Sundance. HEX triplet: BB, AE and 52. RGB value is (187,174,82). Sum of RGB (Red+Green+Blue) = 187+174+82=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE52 is #4451AD. Grayscale: #A7A7A7. Windows color (decimal): -4477358 or 5418683. OLE color: 5418683.

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

Color convert

RGB18717482-
CMYK00.070.560.27
HSL52.57º43.57%52.75%-
HSV(B)52.57º56.15%73.33%-
XYZ37.1541.4514.02-
YUV167.479.81141.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 174 (68.36% from 255) = 39.28%
BLUE value IS 82 (32.42% from 255) = 18.51%
R=42.21%
G=39.28%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871748200.070.560.2752.5743.5752.75
HexBBAE5207381B352c35
Octal273256122077033655465
Binary10111011101011101010010011111100011011110101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE52; }

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

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

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

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

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

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

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

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