#BFA85E

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

Shades of Laser #BFA85E

Tints of Laser #BFA85E

Color information

#BFA85E (or 0xBFA85E) is unknown color: approx Laser. HEX triplet: BF, A8 and 5E. RGB value is (191,168,94). Sum of RGB (Red+Green+Blue) = 191+168+94=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA85E is #4057A1. Grayscale: #A6A6A6. Windows color (decimal): -4216738 or 6203583. OLE color: 6203583.

HSL color Cylindrical-coordinate representation of color #BFA85E: hue angle of 45.77º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFA85E is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19116894-
CMYK00.120.510.25
HSL45.77º43.11%55.88%-
HSV(B)45.77º50.79%74.9%-
XYZ37.5139.8916.31-
YUV166.4487.12145.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 168 (66.02% from 255) = 37.09%
BLUE value IS 94 (37.11% from 255) = 20.75%
R=42.16%
G=37.09%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911689400.120.510.2545.7743.1155.88
HexBFA85E0C33192e2b38
Octal2772501360146331565370
Binary101111111010100010111100110011001111001101110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA85E; }

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

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

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

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

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

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

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

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