#BFA248

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

Shades of Sundance #BFA248

Tints of Sundance #BFA248

Color information

#BFA248 (or 0xBFA248) is unknown color: approx Sundance. HEX triplet: BF, A2 and 48. RGB value is (191,162,72). Sum of RGB (Red+Green+Blue) = 191+162+72=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA248 is #405DB7. Grayscale: #A0A0A0. Windows color (decimal): -4218296 or 4760255. OLE color: 4760255.

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

Color convert

RGB19116272-
CMYK00.150.620.25
HSL45.38º48.18%51.57%-
HSV(B)45.38º62.3%74.9%-
XYZ35.5837.3811.47-
YUV160.4178.11149.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 162 (63.67% from 255) = 38.12%
BLUE value IS 72 (28.52% from 255) = 16.94%
R=44.94%
G=38.12%
B=16.94%

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
Decimal1911627200.150.620.2545.3848.1851.57
HexBFA2480F3E192d3034
Octal2772421100177631556064
Binary101111111010001010010000111111111011001101101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA248; }

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

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

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

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

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

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

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

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