#BFA75F

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

Shades of Laser #BFA75F

Tints of Laser #BFA75F

Color information

#BFA75F (or 0xBFA75F) is unknown color: approx Laser. HEX triplet: BF, A7 and 5F. RGB value is (191,167,95). Sum of RGB (Red+Green+Blue) = 191+167+95=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA75F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA75F is #4058A0. Grayscale: #A6A6A6. Windows color (decimal): -4216993 or 6268863. OLE color: 6268863.

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

Color convert

RGB19116795-
CMYK00.130.500.25
HSL45º42.86%56.08%-
HSV(B)45º50.26%74.9%-
XYZ37.3739.5416.49-
YUV165.9787.95145.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 167 (65.62% from 255) = 36.87%
BLUE value IS 95 (37.5% from 255) = 20.97%
R=42.16%
G=36.87%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911679500.130.500.254542.8656.08
HexBFA75F0D32192d2b38
Octal2772471370156231555370
Binary101111111010011110111110110111001011001101101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA75F; }

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

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

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

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

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

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

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

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