#BFA04E

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

Shades of Sundance #BFA04E

Tints of Sundance #BFA04E

Color information

#BFA04E (or 0xBFA04E) is unknown color: approx Sundance. HEX triplet: BF, A0 and 4E. RGB value is (191,160,78). Sum of RGB (Red+Green+Blue) = 191+160+78=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA04E is #405FB1. Grayscale: #A0A0A0. Windows color (decimal): -4218802 or 5152959. OLE color: 5152959.

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

Color convert

RGB19116078-
CMYK00.160.590.25
HSL43.54º46.89%52.75%-
HSV(B)43.54º59.16%74.9%-
XYZ35.4336.7712.44-
YUV159.9281.77150.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 160 (62.89% from 255) = 37.30%
BLUE value IS 78 (30.86% from 255) = 18.18%
R=44.52%
G=37.30%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911607800.160.590.2543.5446.8952.75
HexBFA04E0103B192c2f35
Octal2772401160207331545765
Binary1011111110100000100111001000011101111001101100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA04E; }

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

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

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

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

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

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

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

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