#BFA66A

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

Shades of Laser #BFA66A

Tints of Laser #BFA66A

Color information

#BFA66A (or 0xBFA66A) is unknown color: approx Laser. HEX triplet: BF, A6 and 6A. RGB value is (191,166,106). Sum of RGB (Red+Green+Blue) = 191+166+106=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA66A is #405995. Grayscale: #A6A6A6. Windows color (decimal): -4217238 or 6989503. OLE color: 6989503.

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

Color convert

RGB191166106-
CMYK00.130.450.25
HSL42.35º39.91%58.24%-
HSV(B)42.35º44.5%74.9%-
XYZ37.7239.3919.25-
YUV166.6493.78145.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.25%
GREEN value IS 166 (65.23% from 255) = 35.85%
BLUE value IS 106 (41.80% from 255) = 22.89%
R=41.25%
G=35.85%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116610600.130.450.2542.3539.9158.24
HexBFA66A0D2D192a283a
Octal2772461520155531525072
Binary101111111010011011010100110110110111001101010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA66A; }

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

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

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

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

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

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

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

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