#BFA84E

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

Shades of Sundance #BFA84E

Tints of Sundance #BFA84E

Color information

#BFA84E (or 0xBFA84E) is unknown color: approx Sundance. HEX triplet: BF, A8 and 4E. RGB value is (191,168,78). Sum of RGB (Red+Green+Blue) = 191+168+78=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA84E is #4057B1. Grayscale: #A5A5A5. Windows color (decimal): -4216754 or 5155007. OLE color: 5155007.

HSL color Cylindrical-coordinate representation of color #BFA84E: hue angle of 47.79º 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 #BFA84E is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19116878-
CMYK00.120.590.25
HSL47.79º46.89%52.75%-
HSV(B)47.79º59.16%74.9%-
XYZ36.8639.6312.91-
YUV164.6279.12146.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 168 (66.02% from 255) = 38.44%
BLUE value IS 78 (30.86% from 255) = 17.85%
R=43.71%
G=38.44%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911687800.120.590.2547.7946.8952.75
HexBFA84E0C3B19302f35
Octal2772501160147331605765
Binary101111111010100010011100110011101111001110000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA84E; }

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

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

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

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

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

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

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

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