#BFA660

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

Shades of Laser #BFA660

Tints of Laser #BFA660

Color information

#BFA660 (or 0xBFA660) is unknown color: approx Laser. HEX triplet: BF, A6 and 60. RGB value is (191,166,96). Sum of RGB (Red+Green+Blue) = 191+166+96=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA660 is #40599F. Grayscale: #A5A5A5. Windows color (decimal): -4217248 or 6334143. OLE color: 6334143.

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

Color convert

RGB19116696-
CMYK00.130.500.25
HSL44.21º42.6%56.27%-
HSV(B)44.21º49.74%74.9%-
XYZ37.2339.1916.67-
YUV165.4988.78146.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 166 (65.23% from 255) = 36.64%
BLUE value IS 96 (37.89% from 255) = 21.19%
R=42.16%
G=36.64%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911669600.130.500.2544.2142.656.27
HexBFA6600D32192c2b38
Octal2772461400156231545370
Binary101111111010011011000000110111001011001101100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA660; }

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

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

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

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

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

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

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

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