#BFA156

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

Shades of Laser #BFA156

Tints of Laser #BFA156

Color information

#BFA156 (or 0xBFA156) is unknown color: approx Laser. HEX triplet: BF, A1 and 56. RGB value is (191,161,86). Sum of RGB (Red+Green+Blue) = 191+161+86=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA156 is #405EA9. Grayscale: #A1A1A1. Windows color (decimal): -4218538 or 5677503. OLE color: 5677503.

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

Color convert

RGB19116186-
CMYK00.160.550.25
HSL42.86º45.06%54.31%-
HSV(B)42.86º54.97%74.9%-
XYZ35.9137.2414.1-
YUV161.4285.44149.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 161 (63.28% from 255) = 36.76%
BLUE value IS 86 (33.98% from 255) = 19.63%
R=43.61%
G=36.76%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911618600.160.550.2542.8645.0654.31
HexBFA15601037192b2d36
Octal2772411260206731535566
Binary1011111110100001101011001000011011111001101011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA156; }

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

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

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

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

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

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

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

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