#BFAE56

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

Shades of Sundance #BFAE56

Tints of Sundance #BFAE56

Color information

#BFAE56 (or 0xBFAE56) is unknown color: approx Sundance. HEX triplet: BF, AE and 56. RGB value is (191,174,86). Sum of RGB (Red+Green+Blue) = 191+174+86=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE56 is #4051A9. Grayscale: #A9A9A9. Windows color (decimal): -4215210 or 5680831. OLE color: 5680831.

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

Color convert

RGB19117486-
CMYK00.090.550.25
HSL50.29º45.06%54.31%-
HSV(B)50.29º54.97%74.9%-
XYZ38.342.0214.9-
YUV169.0581.13143.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 174 (68.36% from 255) = 38.58%
BLUE value IS 86 (33.98% from 255) = 19.07%
R=42.35%
G=38.58%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911748600.090.550.2550.2945.0654.31
HexBFAE56093719322d36
Octal2772561260116731625566
Binary101111111010111010101100100111011111001110010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE56; }

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

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

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

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

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

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

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

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