#BBA555

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

Shades of Sundance #BBA555

Tints of Sundance #BBA555

Color information

#BBA555 (or 0xBBA555) is unknown color: approx Sundance. HEX triplet: BB, A5 and 55. RGB value is (187,165,85). Sum of RGB (Red+Green+Blue) = 187+165+85=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA555 is #445AAA. Grayscale: #A2A2A2. Windows color (decimal): -4479659 or 5612987. OLE color: 5612987.

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

Color convert

RGB18716585-
CMYK00.120.550.27
HSL47.06º42.86%53.33%-
HSV(B)47.06º54.55%73.33%-
XYZ35.5938.1314.08-
YUV162.4684.29145.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 165 (64.84% from 255) = 37.76%
BLUE value IS 85 (33.59% from 255) = 19.45%
R=42.79%
G=37.76%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871658500.120.550.2747.0642.8653.33
HexBBA5550C371B2f2b35
Octal2732451250146733575365
Binary101110111010010110101010110011011111011101111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA555; }

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

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

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

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

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

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

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

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