#BBAE50

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

Shades of Sundance #BBAE50

Tints of Sundance #BBAE50

Color information

#BBAE50 (or 0xBBAE50) is unknown color: approx Sundance. HEX triplet: BB, AE and 50. RGB value is (187,174,80). Sum of RGB (Red+Green+Blue) = 187+174+80=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE50 is #4451AF. Grayscale: #A7A7A7. Windows color (decimal): -4477360 or 5287611. OLE color: 5287611.

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

Color convert

RGB18717480-
CMYK00.070.570.27
HSL52.71º44.03%52.35%-
HSV(B)52.71º57.22%73.33%-
XYZ37.0841.4213.63-
YUV167.1778.81142.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 174 (68.36% from 255) = 39.46%
BLUE value IS 80 (31.64% from 255) = 18.14%
R=42.40%
G=39.46%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871748000.070.570.2752.7144.0352.35
HexBBAE5007391B352c34
Octal273256120077133655464
Binary10111011101011101010000011111100111011110101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE50; }

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

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

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

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

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

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

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

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