#BFA460

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

Shades of Laser #BFA460

Tints of Laser #BFA460

Color information

#BFA460 (or 0xBFA460) is unknown color: approx Laser. HEX triplet: BF, A4 and 60. RGB value is (191,164,96). Sum of RGB (Red+Green+Blue) = 191+164+96=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA460 is #405B9F. Grayscale: #A4A4A4. Windows color (decimal): -4217760 or 6333631. OLE color: 6333631.

HSL color Cylindrical-coordinate representation of color #BFA460: hue angle of 42.95º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFA460 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19116496-
CMYK00.140.500.25
HSL42.95º42.6%56.27%-
HSV(B)42.95º49.74%74.9%-
XYZ36.8738.4716.55-
YUV164.3289.45147.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 164 (64.45% from 255) = 36.36%
BLUE value IS 96 (37.89% from 255) = 21.29%
R=42.35%
G=36.36%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911649600.140.500.2542.9542.656.27
HexBFA4600E32192b2b38
Octal2772441400166231535370
Binary101111111010010011000000111011001011001101011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA460; }

 p { color: rgb(191,164,96); }

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

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

 a { background-color: rgb(191,164,96); }

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

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

 span { border-color: rgb(191,164,96); }

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