#BFA060

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

Shades of Laser #BFA060

Tints of Laser #BFA060

Color information

#BFA060 (or 0xBFA060) is unknown color: approx Laser. HEX triplet: BF, A0 and 60. RGB value is (191,160,96). Sum of RGB (Red+Green+Blue) = 191+160+96=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA060 is #405F9F. Grayscale: #A2A2A2. Windows color (decimal): -4218784 or 6332607. OLE color: 6332607.

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

Color convert

RGB19116096-
CMYK00.160.500.25
HSL40.42º42.6%56.27%-
HSV(B)40.42º49.74%74.9%-
XYZ36.1737.0616.31-
YUV161.9790.77148.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 160 (62.89% from 255) = 35.79%
BLUE value IS 96 (37.89% from 255) = 21.48%
R=42.73%
G=35.79%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911609600.160.500.2540.4242.656.27
HexBFA0600103219282b38
Octal2772401400206231505370
Binary1011111110100000110000001000011001011001101000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA060; }

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

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

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

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

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

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

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

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