#BFA051

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

Shades of Sundance #BFA051

Tints of Sundance #BFA051

Color information

#BFA051 (or 0xBFA051) is unknown color: approx Sundance. HEX triplet: BF, A0 and 51. RGB value is (191,160,81). Sum of RGB (Red+Green+Blue) = 191+160+81=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA051 is #405FAE. Grayscale: #A0A0A0. Windows color (decimal): -4218799 or 5349567. OLE color: 5349567.

HSL color Cylindrical-coordinate representation of color #BFA051: hue angle of 43.09º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFA051 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB19116081-
CMYK00.160.580.25
HSL43.09º46.22%53.33%-
HSV(B)43.09º57.59%74.9%-
XYZ35.5436.8113.02-
YUV160.2683.27149.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 160 (62.89% from 255) = 37.04%
BLUE value IS 81 (32.03% from 255) = 18.75%
R=44.21%
G=37.04%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911608100.160.580.2543.0946.2253.33
HexBFA0510103A192b2e35
Octal2772401210207231535665
Binary1011111110100000101000101000011101011001101011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA051; }

 p { color: rgb(191,160,81); }

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

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

 a { background-color: rgb(191,160,81); }

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

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

 span { border-color: rgb(191,160,81); }

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