#BFAA53

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

Shades of Sundance #BFAA53

Tints of Sundance #BFAA53

Color information

#BFAA53 (or 0xBFAA53) is unknown color: approx Sundance. HEX triplet: BF, AA and 53. RGB value is (191,170,83). Sum of RGB (Red+Green+Blue) = 191+170+83=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 83 (32.81% from 255 or 18.69% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA53 is #4055AC. Grayscale: #A6A6A6. Windows color (decimal): -4216237 or 5483199. OLE color: 5483199.

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

Color convert

RGB19117083-
CMYK00.110.570.25
HSL48.33º45.76%53.73%-
HSV(B)48.33º56.54%74.9%-
XYZ37.4240.4514.02-
YUV166.3680.96145.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 83 (32.81% from 255) = 18.69%
R=43.02%
G=38.29%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911708300.110.570.2548.3345.7653.73
HexBFAA530B3919302e36
Octal2772521230137131605666
Binary101111111010101010100110101111100111001110000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA53; }

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

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

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

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

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

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

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

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