#bba155

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

Shades of Sundance #BBA155

Tints of Sundance #BBA155

Color information

#BBA155 (or 0xBBA155) is unknown color: approx Sundance. HEX triplet: BB, A1 and 55. RGB value is (187,161,85). Sum of RGB (Red+Green+Blue) = 187+161+85=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA155 is #445EAA. Grayscale: #A0A0A0. Windows color (decimal): -4480683 or 5611963. OLE color: 5611963.

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

Color convert

RGB18716185-
CMYK00.140.550.27
HSL44.71º42.86%53.33%-
HSV(B)44.71º54.55%73.33%-
XYZ34.8836.7113.84-
YUV160.1185.61147.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 161 (63.28% from 255) = 37.18%
BLUE value IS 85 (33.59% from 255) = 19.63%
R=43.19%
G=37.18%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871618500.140.550.2744.7142.8653.33
HexBBA1550E371B2d2b35
Octal2732411250166733555365
Binary101110111010000110101010111011011111011101101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bba155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bba155; }

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

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

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

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

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

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

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

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