#BFAA59

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

Shades of Laser #BFAA59

Tints of Laser #BFAA59

Color information

#BFAA59 (or 0xBFAA59) is unknown color: approx Laser. HEX triplet: BF, AA and 59. RGB value is (191,170,89). Sum of RGB (Red+Green+Blue) = 191+170+89=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA59 is #4055A6. Grayscale: #A7A7A7. Windows color (decimal): -4216231 or 5876415. OLE color: 5876415.

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

Color convert

RGB19117089-
CMYK00.110.530.25
HSL47.65º44.35%54.9%-
HSV(B)47.65º53.4%74.9%-
XYZ37.6640.5515.29-
YUV167.0483.96145.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 170 (66.80% from 255) = 37.78%
BLUE value IS 89 (35.16% from 255) = 19.78%
R=42.44%
G=37.78%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911708900.110.530.2547.6544.3554.9
HexBFAA590B3519302c37
Octal2772521310136531605467
Binary101111111010101010110010101111010111001110000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA59; }

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

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

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

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

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

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

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

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