#BBA854

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

Shades of Sundance #BBA854

Tints of Sundance #BBA854

Color information

#BBA854 (or 0xBBA854) is unknown color: approx Sundance. HEX triplet: BB, A8 and 54. RGB value is (187,168,84). Sum of RGB (Red+Green+Blue) = 187+168+84=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 84 (33.20% from 255 or 19.13% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA854 is #4457AB. Grayscale: #A4A4A4. Windows color (decimal): -4478892 or 5548219. OLE color: 5548219.

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

Color convert

RGB18716884-
CMYK00.100.550.27
HSL48.93º43.1%53.14%-
HSV(B)48.93º55.08%73.33%-
XYZ36.139.2114.05-
YUV164.182.79144.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 168 (66.02% from 255) = 38.27%
BLUE value IS 84 (33.20% from 255) = 19.13%
R=42.60%
G=38.27%
B=19.13%

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
Decimal1871688400.100.550.2748.9343.153.14
HexBBA8540A371B312b35
Octal2732501240126733615365
Binary101110111010100010101000101011011111011110001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA854; }

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

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

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

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

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

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

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

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