#BBAC54

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

Shades of Sundance #BBAC54

Tints of Sundance #BBAC54

Color information

#BBAC54 (or 0xBBAC54) is unknown color: approx Sundance. HEX triplet: BB, AC and 54. RGB value is (187,172,84). Sum of RGB (Red+Green+Blue) = 187+172+84=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC54 is #4453AB. Grayscale: #A6A6A6. Windows color (decimal): -4477868 or 5549243. OLE color: 5549243.

HSL color Cylindrical-coordinate representation of color #BBAC54: hue angle of 51.26º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBAC54 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18717284-
CMYK00.080.550.27
HSL51.26º43.1%53.14%-
HSV(B)51.26º55.08%73.33%-
XYZ36.8540.7114.3-
YUV166.4581.47142.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 172 (67.58% from 255) = 38.83%
BLUE value IS 84 (33.20% from 255) = 18.96%
R=42.21%
G=38.83%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871728400.080.550.2751.2643.153.14
HexBBAC5408371B332b35
Octal2732541240106733635365
Binary101110111010110010101000100011011111011110011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC54; }

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

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

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

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

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

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

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

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