#BFAE55

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

Shades of Sundance #BFAE55

Tints of Sundance #BFAE55

Color information

#BFAE55 (or 0xBFAE55) is unknown color: approx Sundance. HEX triplet: BF, AE and 55. RGB value is (191,174,85). Sum of RGB (Red+Green+Blue) = 191+174+85=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE55 is #4051AA. Grayscale: #A9A9A9. Windows color (decimal): -4215211 or 5615295. OLE color: 5615295.

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

Color convert

RGB19117485-
CMYK00.090.550.25
HSL50.38º45.3%54.12%-
HSV(B)50.38º55.5%74.9%-
XYZ38.264214.69-
YUV168.9480.63143.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 174 (68.36% from 255) = 38.67%
BLUE value IS 85 (33.59% from 255) = 18.89%
R=42.44%
G=38.67%
B=18.89%

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
Decimal1911748500.090.550.2550.3845.354.12
HexBFAE55093719322d36
Octal2772561250116731625566
Binary101111111010111010101010100111011111001110010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE55; }

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

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

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

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

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

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

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

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