#BFAC4C

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

Shades of Sundance #BFAC4C

Tints of Sundance #BFAC4C

Color information

#BFAC4C (or 0xBFAC4C) is unknown color: approx Sundance. HEX triplet: BF, AC and 4C. RGB value is (191,172,76). Sum of RGB (Red+Green+Blue) = 191+172+76=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAC4C is #4053B3. Grayscale: #A7A7A7. Windows color (decimal): -4215732 or 5024959. OLE color: 5024959.

HSL color Cylindrical-coordinate representation of color #BFAC4C: hue angle of 50.09º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFAC4C is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19117276-
CMYK00.100.600.25
HSL50.09º47.33%52.35%-
HSV(B)50.09º60.21%74.9%-
XYZ37.5441.112.79-
YUV166.7476.79145.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 172 (67.58% from 255) = 39.18%
BLUE value IS 76 (30.08% from 255) = 17.31%
R=43.51%
G=39.18%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911727600.100.600.2550.0947.3352.35
HexBFAC4C0A3C19322f34
Octal2772541140127431625764
Binary101111111010110010011000101011110011001110010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAC4C; }

 p { color: rgb(191,172,76); }

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

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

 a { background-color: rgb(191,172,76); }

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

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

 span { border-color: rgb(191,172,76); }

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