#BFA859

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

Shades of Laser #BFA859

Tints of Laser #BFA859

Color information

#BFA859 (or 0xBFA859) is unknown color: approx Laser. HEX triplet: BF, A8 and 59. RGB value is (191,168,89). Sum of RGB (Red+Green+Blue) = 191+168+89=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA859 is #4057A6. Grayscale: #A6A6A6. Windows color (decimal): -4216743 or 5875903. OLE color: 5875903.

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

Color convert

RGB19116889-
CMYK00.120.530.25
HSL46.47º44.35%54.9%-
HSV(B)46.47º53.4%74.9%-
XYZ37.2939.815.17-
YUV165.8784.62145.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 168 (66.02% from 255) = 37.5%
BLUE value IS 89 (35.16% from 255) = 19.87%
R=42.63%
G=37.5%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911688900.120.530.2546.4744.3554.9
HexBFA8590C35192e2c37
Octal2772501310146531565467
Binary101111111010100010110010110011010111001101110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA859; }

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

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

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

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

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

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

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

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