#BFA866

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

Shades of Laser #BFA866

Tints of Laser #BFA866

Color information

#BFA866 (or 0xBFA866) is unknown color: approx Laser. HEX triplet: BF, A8 and 66. RGB value is (191,168,102). Sum of RGB (Red+Green+Blue) = 191+168+102=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA866 is #405799. Grayscale: #A7A7A7. Windows color (decimal): -4216730 or 6727871. OLE color: 6727871.

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

Color convert

RGB191168102-
CMYK00.120.470.25
HSL44.49º41.01%57.45%-
HSV(B)44.49º46.6%74.9%-
XYZ37.8940.0418.3-
YUV167.3591.12144.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 168 (66.02% from 255) = 36.44%
BLUE value IS 102 (40.23% from 255) = 22.13%
R=41.43%
G=36.44%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116810200.120.470.2544.4941.0157.45
HexBFA8660C2F192c2939
Octal2772501460145731545171
Binary101111111010100011001100110010111111001101100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA866; }

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

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

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

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

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

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

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

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