#BFA157

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

Shades of Laser #BFA157

Tints of Laser #BFA157

Color information

#BFA157 (or 0xBFA157) is unknown color: approx Laser. HEX triplet: BF, A1 and 57. RGB value is (191,161,87). Sum of RGB (Red+Green+Blue) = 191+161+87=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA157 is #405EA8. Grayscale: #A1A1A1. Windows color (decimal): -4218537 or 5743039. OLE color: 5743039.

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

Color convert

RGB19116187-
CMYK00.160.540.25
HSL42.69º44.83%54.51%-
HSV(B)42.69º54.45%74.9%-
XYZ35.9537.2514.31-
YUV161.5385.94149.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 161 (63.28% from 255) = 36.67%
BLUE value IS 87 (34.38% from 255) = 19.82%
R=43.51%
G=36.67%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911618700.160.540.2542.6944.8354.51
HexBFA15701036192b2d37
Octal2772411270206631535567
Binary1011111110100001101011101000011011011001101011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA157; }

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

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

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

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

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

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

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

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