#BFA960

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

Shades of Laser #BFA960

Tints of Laser #BFA960

Color information

#BFA960 (or 0xBFA960) is unknown color: approx Laser. HEX triplet: BF, A9 and 60. RGB value is (191,169,96). Sum of RGB (Red+Green+Blue) = 191+169+96=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA960 is #40569F. Grayscale: #A7A7A7. Windows color (decimal): -4216480 or 6334911. OLE color: 6334911.

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

Color convert

RGB19116996-
CMYK00.120.500.25
HSL46.11º42.6%56.27%-
HSV(B)46.11º49.74%74.9%-
XYZ37.7940.316.85-
YUV167.2687.79144.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.89%
GREEN value IS 169 (66.41% from 255) = 37.06%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=41.89%
G=37.06%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911699600.120.500.2546.1142.656.27
HexBFA9600C32192e2b38
Octal2772511400146231565370
Binary101111111010100111000000110011001011001101110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA960; }

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

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

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

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

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

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

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

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