#BFA053

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

Shades of Sundance #BFA053

Tints of Sundance #BFA053

Color information

#BFA053 (or 0xBFA053) is unknown color: approx Sundance. HEX triplet: BF, A0 and 53. RGB value is (191,160,83). Sum of RGB (Red+Green+Blue) = 191+160+83=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA053 is #405FAC. Grayscale: #A0A0A0. Windows color (decimal): -4218797 or 5480639. OLE color: 5480639.

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

Color convert

RGB19116083-
CMYK00.160.570.25
HSL42.78º45.76%53.73%-
HSV(B)42.78º56.54%74.9%-
XYZ35.6236.8413.42-
YUV160.4984.27149.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 160 (62.89% from 255) = 36.87%
BLUE value IS 83 (32.81% from 255) = 19.12%
R=44.01%
G=36.87%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911608300.160.570.2542.7845.7653.73
HexBFA05301039192b2e36
Octal2772401230207131535666
Binary1011111110100000101001101000011100111001101011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA053; }

 p { color: rgb(191,160,83); }

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

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

 a { background-color: rgb(191,160,83); }

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

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

 span { border-color: rgb(191,160,83); }

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