#BFA75D

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

Shades of Laser #BFA75D

Tints of Laser #BFA75D

Color information

#BFA75D (or 0xBFA75D) is unknown color: approx Laser. HEX triplet: BF, A7 and 5D. RGB value is (191,167,93). Sum of RGB (Red+Green+Blue) = 191+167+93=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA75D is #4058A2. Grayscale: #A6A6A6. Windows color (decimal): -4216995 or 6137791. OLE color: 6137791.

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

Color convert

RGB19116793-
CMYK00.130.510.25
HSL45.31º43.36%55.69%-
HSV(B)45.31º51.31%74.9%-
XYZ37.2839.516.02-
YUV165.7486.95146.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 167 (65.62% from 255) = 37.03%
BLUE value IS 93 (36.72% from 255) = 20.62%
R=42.35%
G=37.03%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911679300.130.510.2545.3143.3655.69
HexBFA75D0D33192d2b38
Octal2772471350156331555370
Binary101111111010011110111010110111001111001101101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA75D; }

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

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

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

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

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

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

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

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