#BFAE51

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

Shades of Sundance #BFAE51

Tints of Sundance #BFAE51

Color information

#BFAE51 (or 0xBFAE51) is unknown color: approx Sundance. HEX triplet: BF, AE and 51. RGB value is (191,174,81). Sum of RGB (Red+Green+Blue) = 191+174+81=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 81 (32.03% from 255 or 18.16% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE51 is #4051AE. Grayscale: #A8A8A8. Windows color (decimal): -4215215 or 5353151. OLE color: 5353151.

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

Color convert

RGB19117481-
CMYK00.090.580.25
HSL50.73º46.22%53.33%-
HSV(B)50.73º57.59%74.9%-
XYZ38.1141.9413.87-
YUV168.4878.63144.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 81 (32.03% from 255) = 18.16%
R=42.83%
G=39.01%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911748100.090.580.2550.7346.2253.33
HexBFAE51093A19332e35
Octal2772561210117231635665
Binary101111111010111010100010100111101011001110011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE51; }

 p { color: rgb(191,174,81); }

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

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

 a { background-color: rgb(191,174,81); }

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

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

 span { border-color: rgb(191,174,81); }

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