#BBAC53

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

Shades of Sundance #BBAC53

Tints of Sundance #BBAC53

Color information

#BBAC53 (or 0xBBAC53) is unknown color: approx Sundance. HEX triplet: BB, AC and 53. RGB value is (187,172,83). Sum of RGB (Red+Green+Blue) = 187+172+83=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 83 (32.81% from 255 or 18.78% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC53 is #4453AC. Grayscale: #A6A6A6. Windows color (decimal): -4477869 or 5483707. OLE color: 5483707.

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

Color convert

RGB18717283-
CMYK00.080.560.27
HSL51.35º43.33%52.94%-
HSV(B)51.35º55.61%73.33%-
XYZ36.8140.6914.1-
YUV166.3480.97142.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.31%
GREEN value IS 172 (67.58% from 255) = 38.91%
BLUE value IS 83 (32.81% from 255) = 18.78%
R=42.31%
G=38.91%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871728300.080.560.2751.3543.3352.94
HexBBAC5308381B332b35
Octal2732541230107033635365
Binary101110111010110010100110100011100011011110011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC53; }

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

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

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

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

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

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

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

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