#BFA461

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

Shades of Laser #BFA461

Tints of Laser #BFA461

Color information

#BFA461 (or 0xBFA461) is unknown color: approx Laser. HEX triplet: BF, A4 and 61. RGB value is (191,164,97). Sum of RGB (Red+Green+Blue) = 191+164+97=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA461 is #405B9E. Grayscale: #A4A4A4. Windows color (decimal): -4217759 or 6399167. OLE color: 6399167.

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

Color convert

RGB19116497-
CMYK00.140.490.25
HSL42.77º42.34%56.47%-
HSV(B)42.77º49.21%74.9%-
XYZ36.9238.4916.79-
YUV164.4489.95146.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 164 (64.45% from 255) = 36.28%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=42.26%
G=36.28%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911649700.140.490.2542.7742.3456.47
HexBFA4610E31192b2a38
Octal2772441410166131535270
Binary101111111010010011000010111011000111001101011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA461; }

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

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

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

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

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

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

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

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