#BBAE4C

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

Shades of Sundance #BBAE4C

Tints of Sundance #BBAE4C

Color information

#BBAE4C (or 0xBBAE4C) is unknown color: approx Sundance. HEX triplet: BB, AE and 4C. RGB value is (187,174,76). Sum of RGB (Red+Green+Blue) = 187+174+76=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE4C is #4451B3. Grayscale: #A7A7A7. Windows color (decimal): -4477364 or 5025467. OLE color: 5025467.

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

Color convert

RGB18717476-
CMYK00.070.590.27
HSL52.97º44.94%51.57%-
HSV(B)52.97º59.36%73.33%-
XYZ36.9341.3612.87-
YUV166.7176.81142.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 174 (68.36% from 255) = 39.82%
BLUE value IS 76 (30.08% from 255) = 17.39%
R=42.79%
G=39.82%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871747600.070.590.2752.9744.9451.57
HexBBAE4C073B1B352d34
Octal273256114077333655564
Binary10111011101011101001100011111101111011110101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE4C; }

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

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

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

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

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

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

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

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