#BBA954

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

Shades of Sundance #BBA954

Tints of Sundance #BBA954

Color information

#BBA954 (or 0xBBA954) is unknown color: approx Sundance. HEX triplet: BB, A9 and 54. RGB value is (187,169,84). Sum of RGB (Red+Green+Blue) = 187+169+84=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA954 is #4456AB. Grayscale: #A5A5A5. Windows color (decimal): -4478636 or 5548475. OLE color: 5548475.

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

Color convert

RGB18716984-
CMYK00.100.550.27
HSL49.51º43.1%53.14%-
HSV(B)49.51º55.08%73.33%-
XYZ36.2839.5814.12-
YUV164.6982.46143.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.5%
GREEN value IS 169 (66.41% from 255) = 38.41%
BLUE value IS 84 (33.20% from 255) = 19.09%
R=42.5%
G=38.41%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871698400.100.550.2749.5143.153.14
HexBBA9540A371B322b35
Octal2732511240126733625365
Binary101110111010100110101000101011011111011110010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA954; }

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

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

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

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

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

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

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

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