#BFA348

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

Shades of Sundance #BFA348

Tints of Sundance #BFA348

Color information

#BFA348 (or 0xBFA348) is unknown color: approx Sundance. HEX triplet: BF, A3 and 48. RGB value is (191,163,72). Sum of RGB (Red+Green+Blue) = 191+163+72=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA348 is #405CB7. Grayscale: #A1A1A1. Windows color (decimal): -4218040 or 4760511. OLE color: 4760511.

HSL color Cylindrical-coordinate representation of color #BFA348: hue angle of 45.88º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFA348 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19116372-
CMYK00.150.620.25
HSL45.88º48.18%51.57%-
HSV(B)45.88º62.3%74.9%-
XYZ35.7537.7411.53-
YUV16177.78149.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 163 (64.06% from 255) = 38.26%
BLUE value IS 72 (28.52% from 255) = 16.90%
R=44.84%
G=38.26%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911637200.150.620.2545.8848.1851.57
HexBFA3480F3E192e3034
Octal2772431100177631566064
Binary101111111010001110010000111111111011001101110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA348; }

 p { color: rgb(191,163,72); }

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

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

 a { background-color: rgb(191,163,72); }

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

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

 span { border-color: rgb(191,163,72); }

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