#BFA860

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

Shades of Laser #BFA860

Tints of Laser #BFA860

Color information

#BFA860 (or 0xBFA860) is unknown color: approx Laser. HEX triplet: BF, A8 and 60. RGB value is (191,168,96). Sum of RGB (Red+Green+Blue) = 191+168+96=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA860 is #40579F. Grayscale: #A6A6A6. Windows color (decimal): -4216736 or 6334655. OLE color: 6334655.

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

Color convert

RGB19116896-
CMYK00.120.500.25
HSL45.47º42.6%56.27%-
HSV(B)45.47º49.74%74.9%-
XYZ37.639.9316.79-
YUV166.6788.12145.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 168 (66.02% from 255) = 36.92%
BLUE value IS 96 (37.89% from 255) = 21.10%
R=41.98%
G=36.92%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911689600.120.500.2545.4742.656.27
HexBFA8600C32192d2b38
Octal2772501400146231555370
Binary101111111010100011000000110011001011001101101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA860; }

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

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

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

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

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

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

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

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