#BBAC50

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

Shades of Sundance #BBAC50

Tints of Sundance #BBAC50

Color information

#BBAC50 (or 0xBBAC50) is unknown color: approx Sundance. HEX triplet: BB, AC and 50. RGB value is (187,172,80). Sum of RGB (Red+Green+Blue) = 187+172+80=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC50 is #4453AF. Grayscale: #A6A6A6. Windows color (decimal): -4477872 or 5287099. OLE color: 5287099.

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

Color convert

RGB18717280-
CMYK00.080.570.27
HSL51.59º44.03%52.35%-
HSV(B)51.59º57.22%73.33%-
XYZ36.6940.6513.5-
YUV16679.47142.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 172 (67.58% from 255) = 39.18%
BLUE value IS 80 (31.64% from 255) = 18.22%
R=42.60%
G=39.18%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871728000.080.570.2751.5944.0352.35
HexBBAC5008391B342c34
Octal2732541200107133645464
Binary101110111010110010100000100011100111011110100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC50; }

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

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

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

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

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

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

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

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