#BFA254

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

Shades of Sundance #BFA254

Tints of Sundance #BFA254

Color information

#BFA254 (or 0xBFA254) is unknown color: approx Sundance. HEX triplet: BF, A2 and 54. RGB value is (191,162,84). Sum of RGB (Red+Green+Blue) = 191+162+84=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA254 is #405DAB. Grayscale: #A2A2A2. Windows color (decimal): -4218284 or 5546687. OLE color: 5546687.

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

Color convert

RGB19116284-
CMYK00.150.560.25
HSL43.74º45.53%53.92%-
HSV(B)43.74º56.02%74.9%-
XYZ36.0137.5613.74-
YUV161.7884.11148.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 162 (63.67% from 255) = 37.07%
BLUE value IS 84 (33.20% from 255) = 19.22%
R=43.71%
G=37.07%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911628400.150.560.2543.7445.5353.92
HexBFA2540F38192c2e36
Octal2772421240177031545666
Binary101111111010001010101000111111100011001101100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA254; }

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

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

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

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

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

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

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

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