#BFAA5B

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

Shades of Laser #BFAA5B

Tints of Laser #BFAA5B

Color information

#BFAA5B (or 0xBFAA5B) is unknown color: approx Laser. HEX triplet: BF, AA and 5B. RGB value is (191,170,91). Sum of RGB (Red+Green+Blue) = 191+170+91=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA5B is #4055A4. Grayscale: #A7A7A7. Windows color (decimal): -4216229 or 6007487. OLE color: 6007487.

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

Color convert

RGB19117091-
CMYK00.110.520.25
HSL47.4º43.86%55.29%-
HSV(B)47.4º52.36%74.9%-
XYZ37.7540.5815.74-
YUV167.2784.96144.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 170 (66.80% from 255) = 37.61%
BLUE value IS 91 (35.94% from 255) = 20.13%
R=42.26%
G=37.61%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911709100.110.520.2547.443.8655.29
HexBFAA5B0B34192f2c37
Octal2772521330136431575467
Binary101111111010101010110110101111010011001101111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA5B; }

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

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

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

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

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

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

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

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