#BFA666

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

Shades of Laser #BFA666

Tints of Laser #BFA666

Color information

#BFA666 (or 0xBFA666) is unknown color: approx Laser. HEX triplet: BF, A6 and 66. RGB value is (191,166,102). Sum of RGB (Red+Green+Blue) = 191+166+102=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA666 is #405999. Grayscale: #A6A6A6. Windows color (decimal): -4217242 or 6727359. OLE color: 6727359.

HSL color Cylindrical-coordinate representation of color #BFA666: hue angle of 43.15º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFA666 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB191166102-
CMYK00.130.470.25
HSL43.15º41.01%57.45%-
HSV(B)43.15º46.6%74.9%-
XYZ37.5239.3118.18-
YUV166.1891.78145.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 166 (65.23% from 255) = 36.17%
BLUE value IS 102 (40.23% from 255) = 22.22%
R=41.61%
G=36.17%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116610200.130.470.2543.1541.0157.45
HexBFA6660D2F192b2939
Octal2772461460155731535171
Binary101111111010011011001100110110111111001101011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA666; }

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

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

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

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

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

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

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

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