#BFA159

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

Shades of Laser #BFA159

Tints of Laser #BFA159

Color information

#BFA159 (or 0xBFA159) is unknown color: approx Laser. HEX triplet: BF, A1 and 59. RGB value is (191,161,89). Sum of RGB (Red+Green+Blue) = 191+161+89=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA159 is #405EA6. Grayscale: #A2A2A2. Windows color (decimal): -4218535 or 5874111. OLE color: 5874111.

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

Color convert

RGB19116189-
CMYK00.160.530.25
HSL42.35º44.35%54.9%-
HSV(B)42.35º53.4%74.9%-
XYZ36.0337.2914.75-
YUV161.7686.94148.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 161 (63.28% from 255) = 36.51%
BLUE value IS 89 (35.16% from 255) = 20.18%
R=43.31%
G=36.51%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911618900.160.530.2542.3544.3554.9
HexBFA15901035192a2c37
Octal2772411310206531525467
Binary1011111110100001101100101000011010111001101010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA159; }

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

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

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

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

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

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

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

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