#bfaa58

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

Shades of Laser #BFAA58

Tints of Laser #BFAA58

Color information

#BFAA58 (or 0xBFAA58) is unknown color: approx Laser. HEX triplet: BF, AA and 58. RGB value is (191,170,88). Sum of RGB (Red+Green+Blue) = 191+170+88=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA58 is #4055A7. Grayscale: #A7A7A7. Windows color (decimal): -4216232 or 5810879. OLE color: 5810879.

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

Color convert

RGB19117088-
CMYK00.110.540.25
HSL47.77º44.59%54.71%-
HSV(B)47.77º53.93%74.9%-
XYZ37.6240.5315.07-
YUV166.9383.46145.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 88 (34.77% from 255) = 19.60%
R=42.54%
G=37.86%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911708800.110.540.2547.7744.5954.71
HexBFAA580B3619302d37
Octal2772521300136631605567
Binary101111111010101010110000101111011011001110000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfaa58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfaa58; }

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

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

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

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

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

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

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

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