#BFA668

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

Shades of Laser #BFA668

Tints of Laser #BFA668

Color information

#BFA668 (or 0xBFA668) is unknown color: approx Laser. HEX triplet: BF, A6 and 68. RGB value is (191,166,104). Sum of RGB (Red+Green+Blue) = 191+166+104=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA668 is #405997. Grayscale: #A6A6A6. Windows color (decimal): -4217240 or 6858431. OLE color: 6858431.

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

Color convert

RGB191166104-
CMYK00.130.460.25
HSL42.76º40.47%57.84%-
HSV(B)42.76º45.55%74.9%-
XYZ37.6239.3518.71-
YUV166.4192.78145.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 166 (65.23% from 255) = 36.01%
BLUE value IS 104 (41.02% from 255) = 22.56%
R=41.43%
G=36.01%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116610400.130.460.2542.7640.4757.84
HexBFA6680D2E192b283a
Octal2772461500155631535072
Binary101111111010011011010000110110111011001101011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA668; }

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

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

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

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

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

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

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

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