#BFA758

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

Shades of Laser #BFA758

Tints of Laser #BFA758

Color information

#BFA758 (or 0xBFA758) is unknown color: approx Laser. HEX triplet: BF, A7 and 58. RGB value is (191,167,88). Sum of RGB (Red+Green+Blue) = 191+167+88=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA758 is #4058A7. Grayscale: #A5A5A5. Windows color (decimal): -4217000 or 5810111. OLE color: 5810111.

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

Color convert

RGB19116788-
CMYK00.130.540.25
HSL46.02º44.59%54.71%-
HSV(B)46.02º53.93%74.9%-
XYZ37.0739.4214.89-
YUV165.1784.45146.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 167 (65.62% from 255) = 37.44%
BLUE value IS 88 (34.77% from 255) = 19.73%
R=42.83%
G=37.44%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911678800.130.540.2546.0244.5954.71
HexBFA7580D36192e2d37
Octal2772471300156631565567
Binary101111111010011110110000110111011011001101110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA758; }

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

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

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

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

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

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

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

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