#BFA45B

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

Shades of Laser #BFA45B

Tints of Laser #BFA45B

Color information

#BFA45B (or 0xBFA45B) is unknown color: approx Laser. HEX triplet: BF, A4 and 5B. RGB value is (191,164,91). Sum of RGB (Red+Green+Blue) = 191+164+91=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA45B is #405BA4. Grayscale: #A4A4A4. Windows color (decimal): -4217765 or 6005951. OLE color: 6005951.

HSL color Cylindrical-coordinate representation of color #BFA45B: hue angle of 43.8º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFA45B is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19116491-
CMYK00.140.520.25
HSL43.8º43.86%55.29%-
HSV(B)43.8º52.36%74.9%-
XYZ36.6538.3815.37-
YUV163.7586.95147.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 164 (64.45% from 255) = 36.77%
BLUE value IS 91 (35.94% from 255) = 20.40%
R=42.83%
G=36.77%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911649100.140.520.2543.843.8655.29
HexBFA45B0E34192c2c37
Octal2772441330166431545467
Binary101111111010010010110110111011010011001101100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA45B; }

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

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

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

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

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

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

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

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