#BFA65D

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

Shades of Laser #BFA65D

Tints of Laser #BFA65D

Color information

#BFA65D (or 0xBFA65D) is unknown color: approx Laser. HEX triplet: BF, A6 and 5D. RGB value is (191,166,93). Sum of RGB (Red+Green+Blue) = 191+166+93=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA65D is #4059A2. Grayscale: #A5A5A5. Windows color (decimal): -4217251 or 6137535. OLE color: 6137535.

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

Color convert

RGB19116693-
CMYK00.130.510.25
HSL44.69º43.36%55.69%-
HSV(B)44.69º51.31%74.9%-
XYZ37.139.1415.96-
YUV165.1587.28146.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 166 (65.23% from 255) = 36.89%
BLUE value IS 93 (36.72% from 255) = 20.67%
R=42.44%
G=36.89%
B=20.67%

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
Decimal1911669300.130.510.2544.6943.3655.69
HexBFA65D0D33192d2b38
Octal2772461350156331555370
Binary101111111010011010111010110111001111001101101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA65D; }

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

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

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

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

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

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

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

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