#BFA255

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

Shades of Sundance #BFA255

Tints of Sundance #BFA255

Color information

#BFA255 (or 0xBFA255) is unknown color: approx Sundance. HEX triplet: BF, A2 and 55. RGB value is (191,162,85). Sum of RGB (Red+Green+Blue) = 191+162+85=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA255 is #405DAA. Grayscale: #A2A2A2. Windows color (decimal): -4218283 or 5612223. OLE color: 5612223.

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

Color convert

RGB19116285-
CMYK00.150.550.25
HSL43.58º45.3%54.12%-
HSV(B)43.58º55.5%74.9%-
XYZ36.0537.5713.95-
YUV161.8984.61148.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 162 (63.67% from 255) = 36.99%
BLUE value IS 85 (33.59% from 255) = 19.41%
R=43.61%
G=36.99%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911628500.150.550.2543.5845.354.12
HexBFA2550F37192c2d36
Octal2772421250176731545566
Binary101111111010001010101010111111011111001101100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA255; }

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

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

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

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

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

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

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

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