#BBA557

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

Shades of Sundance #BBA557

Tints of Sundance #BBA557

Color information

#BBA557 (or 0xBBA557) is unknown color: approx Sundance. HEX triplet: BB, A5 and 57. RGB value is (187,165,87). Sum of RGB (Red+Green+Blue) = 187+165+87=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA557 is #445AA8. Grayscale: #A3A3A3. Windows color (decimal): -4479657 or 5744059. OLE color: 5744059.

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

Color convert

RGB18716587-
CMYK00.120.530.27
HSL46.8º42.37%53.73%-
HSV(B)46.8º53.48%73.33%-
XYZ35.6738.1614.5-
YUV162.6985.29145.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 165 (64.84% from 255) = 37.59%
BLUE value IS 87 (34.38% from 255) = 19.82%
R=42.60%
G=37.59%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871658700.120.530.2746.842.3753.73
HexBBA5570C351B2f2a36
Octal2732451270146533575266
Binary101110111010010110101110110011010111011101111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA557; }

 p { color: rgb(187,165,87); }

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

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

 a { background-color: rgb(187,165,87); }

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

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

 span { border-color: rgb(187,165,87); }

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