#BBA756

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

Shades of Sundance #BBA756

Tints of Sundance #BBA756

Color information

#BBA756 (or 0xBBA756) is unknown color: approx Sundance. HEX triplet: BB, A7 and 56. RGB value is (187,167,86). Sum of RGB (Red+Green+Blue) = 187+167+86=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA756 is #4458A9. Grayscale: #A4A4A4. Windows color (decimal): -4479146 or 5679035. OLE color: 5679035.

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

Color convert

RGB18716786-
CMYK00.110.540.27
HSL48.12º42.62%53.53%-
HSV(B)48.12º54.01%73.33%-
XYZ35.9938.8714.41-
YUV163.7584.13144.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.5%
GREEN value IS 167 (65.62% from 255) = 37.95%
BLUE value IS 86 (33.98% from 255) = 19.55%
R=42.5%
G=37.95%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871678600.110.540.2748.1242.6253.53
HexBBA7560B361B302b36
Octal2732471260136633605366
Binary101110111010011110101100101111011011011110000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA756; }

 p { color: rgb(187,167,86); }

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

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

 a { background-color: rgb(187,167,86); }

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

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

 span { border-color: rgb(187,167,86); }

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