#BFAE53

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

Shades of Sundance #BFAE53

Tints of Sundance #BFAE53

Color information

#BFAE53 (or 0xBFAE53) is unknown color: approx Sundance. HEX triplet: BF, AE and 53. RGB value is (191,174,83). Sum of RGB (Red+Green+Blue) = 191+174+83=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE53 is #4051AC. Grayscale: #A9A9A9. Windows color (decimal): -4215213 or 5484223. OLE color: 5484223.

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

Color convert

RGB19117483-
CMYK00.090.570.25
HSL50.56º45.76%53.73%-
HSV(B)50.56º56.54%74.9%-
XYZ38.1841.9714.27-
YUV168.7179.63143.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 174 (68.36% from 255) = 38.84%
BLUE value IS 83 (32.81% from 255) = 18.53%
R=42.63%
G=38.84%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911748300.090.570.2550.5645.7653.73
HexBFAE53093919332e36
Octal2772561230117131635666
Binary101111111010111010100110100111100111001110011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE53; }

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

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

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

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

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

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

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

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