#BBA356

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

Shades of Sundance #BBA356

Tints of Sundance #BBA356

Color information

#BBA356 (or 0xBBA356) is unknown color: approx Sundance. HEX triplet: BB, A3 and 56. RGB value is (187,163,86). Sum of RGB (Red+Green+Blue) = 187+163+86=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA356 is #445CA9. Grayscale: #A1A1A1. Windows color (decimal): -4480170 or 5678011. OLE color: 5678011.

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

Color convert

RGB18716386-
CMYK00.130.540.27
HSL45.74º42.62%53.53%-
HSV(B)45.74º54.01%73.33%-
XYZ35.2737.4314.17-
YUV161.485.45146.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 163 (64.06% from 255) = 37.39%
BLUE value IS 86 (33.98% from 255) = 19.72%
R=42.89%
G=37.39%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871638600.130.540.2745.7442.6253.53
HexBBA3560D361B2e2b36
Octal2732431260156633565366
Binary101110111010001110101100110111011011011101110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA356; }

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

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

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

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

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

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

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

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