#BFA753

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

Shades of Sundance #BFA753

Tints of Sundance #BFA753

Color information

#BFA753 (or 0xBFA753) is unknown color: approx Sundance. HEX triplet: BF, A7 and 53. RGB value is (191,167,83). Sum of RGB (Red+Green+Blue) = 191+167+83=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA753 is #4058AC. Grayscale: #A4A4A4. Windows color (decimal): -4217005 or 5482431. OLE color: 5482431.

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

Color convert

RGB19116783-
CMYK00.130.570.25
HSL46.67º45.76%53.73%-
HSV(B)46.67º56.54%74.9%-
XYZ36.8739.3413.83-
YUV164.681.95146.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 167 (65.62% from 255) = 37.87%
BLUE value IS 83 (32.81% from 255) = 18.82%
R=43.31%
G=37.87%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911678300.130.570.2546.6745.7653.73
HexBFA7530D39192f2e36
Octal2772471230157131575666
Binary101111111010011110100110110111100111001101111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA753; }

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

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

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

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

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

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

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

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