#BFA656

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

Shades of Sundance #BFA656

Tints of Sundance #BFA656

Color information

#BFA656 (or 0xBFA656) is unknown color: approx Sundance. HEX triplet: BF, A6 and 56. RGB value is (191,166,86). Sum of RGB (Red+Green+Blue) = 191+166+86=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA656 is #4059A9. Grayscale: #A4A4A4. Windows color (decimal): -4217258 or 5678783. OLE color: 5678783.

HSL color Cylindrical-coordinate representation of color #BFA656: hue angle of 45.71º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFA656 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19116686-
CMYK00.130.550.25
HSL45.71º45.06%54.31%-
HSV(B)45.71º54.97%74.9%-
XYZ36.839.0214.4-
YUV164.3683.78147-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 166 (65.23% from 255) = 37.47%
BLUE value IS 86 (33.98% from 255) = 19.41%
R=43.12%
G=37.47%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911668600.130.550.2545.7145.0654.31
HexBFA6560D37192e2d36
Octal2772461260156731565566
Binary101111111010011010101100110111011111001101110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA656; }

 p { color: rgb(191,166,86); }

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

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

 a { background-color: rgb(191,166,86); }

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

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

 span { border-color: rgb(191,166,86); }

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