#BFA560

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

Shades of Laser #BFA560

Tints of Laser #BFA560

Color information

#BFA560 (or 0xBFA560) is unknown color: approx Laser. HEX triplet: BF, A5 and 60. RGB value is (191,165,96). Sum of RGB (Red+Green+Blue) = 191+165+96=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA560 is #405A9F. Grayscale: #A5A5A5. Windows color (decimal): -4217504 or 6333887. OLE color: 6333887.

HSL color Cylindrical-coordinate representation of color #BFA560: hue angle of 43.58º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFA560 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19116596-
CMYK00.140.500.25
HSL43.58º42.6%56.27%-
HSV(B)43.58º49.74%74.9%-
XYZ37.0538.8316.61-
YUV164.9189.11146.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 165 (64.84% from 255) = 36.50%
BLUE value IS 96 (37.89% from 255) = 21.24%
R=42.26%
G=36.50%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911659600.140.500.2543.5842.656.27
HexBFA5600E32192c2b38
Octal2772451400166231545370
Binary101111111010010111000000111011001011001101100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA560; }

 p { color: rgb(191,165,96); }

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

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

 a { background-color: rgb(191,165,96); }

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

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

 span { border-color: rgb(191,165,96); }

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