#BFAA66

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

Shades of Laser #BFAA66

Tints of Laser #BFAA66

Color information

#BFAA66 (or 0xBFAA66) is unknown color: approx Laser. HEX triplet: BF, AA and 66. RGB value is (191,170,102). Sum of RGB (Red+Green+Blue) = 191+170+102=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA66 is #405599. Grayscale: #A8A8A8. Windows color (decimal): -4216218 or 6728383. OLE color: 6728383.

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

Color convert

RGB191170102-
CMYK00.110.470.25
HSL45.84º41.01%57.45%-
HSV(B)45.84º46.6%74.9%-
XYZ38.2640.7918.43-
YUV168.5390.46144.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.25%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 102 (40.23% from 255) = 22.03%
R=41.25%
G=36.72%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117010200.110.470.2545.8441.0157.45
HexBFAA660B2F192e2939
Octal2772521460135731565171
Binary101111111010101011001100101110111111001101110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA66; }

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

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

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

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

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

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

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

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