#BFA45D

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

Shades of Laser #BFA45D

Tints of Laser #BFA45D

Color information

#BFA45D (or 0xBFA45D) is unknown color: approx Laser. HEX triplet: BF, A4 and 5D. RGB value is (191,164,93). Sum of RGB (Red+Green+Blue) = 191+164+93=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA45D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA45D is #405BA2. Grayscale: #A4A4A4. Windows color (decimal): -4217763 or 6137023. OLE color: 6137023.

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

Color convert

RGB19116493-
CMYK00.140.510.25
HSL43.47º43.36%55.69%-
HSV(B)43.47º51.31%74.9%-
XYZ36.7438.4215.84-
YUV163.9887.95147.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 164 (64.45% from 255) = 36.61%
BLUE value IS 93 (36.72% from 255) = 20.76%
R=42.63%
G=36.61%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911649300.140.510.2543.4743.3655.69
HexBFA45D0E33192b2b38
Octal2772441350166331535370
Binary101111111010010010111010111011001111001101011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA45D; }

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

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

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

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

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

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

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

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