#BFA15D

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

Shades of Laser #BFA15D

Tints of Laser #BFA15D

Color information

#BFA15D (or 0xBFA15D) is unknown color: approx Laser. HEX triplet: BF, A1 and 5D. RGB value is (191,161,93). Sum of RGB (Red+Green+Blue) = 191+161+93=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA15D is #405EA2. Grayscale: #A2A2A2. Windows color (decimal): -4218531 or 6136255. OLE color: 6136255.

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

Color convert

RGB19116193-
CMYK00.160.510.25
HSL41.63º43.36%55.69%-
HSV(B)41.63º51.31%74.9%-
XYZ36.2137.3615.66-
YUV162.2288.94148.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 161 (63.28% from 255) = 36.18%
BLUE value IS 93 (36.72% from 255) = 20.90%
R=42.92%
G=36.18%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911619300.160.510.2541.6343.3655.69
HexBFA15D01033192a2b38
Octal2772411350206331525370
Binary1011111110100001101110101000011001111001101010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA15D; }

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

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

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

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

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

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

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

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