#BFAA63

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

Shades of Laser #BFAA63

Tints of Laser #BFAA63

Color information

#BFAA63 (or 0xBFAA63) is unknown color: approx Laser. HEX triplet: BF, AA and 63. RGB value is (191,170,99). Sum of RGB (Red+Green+Blue) = 191+170+99=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA63 is #40559C. Grayscale: #A8A8A8. Windows color (decimal): -4216221 or 6531775. OLE color: 6531775.

HSL color Cylindrical-coordinate representation of color #BFAA63: hue angle of 46.3º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFAA63 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19117099-
CMYK00.110.480.25
HSL46.3º41.82%56.86%-
HSV(B)46.3º48.17%74.9%-
XYZ38.1140.7317.66-
YUV168.1888.96144.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.52%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 99 (39.06% from 255) = 21.52%
R=41.52%
G=36.96%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911709900.110.480.2546.341.8256.86
HexBFAA630B30192e2a39
Octal2772521430136031565271
Binary101111111010101011000110101111000011001101110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA63; }

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

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

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

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

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

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

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

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