#BFA463

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

Shades of Laser #BFA463

Tints of Laser #BFA463

Color information

#BFA463 (or 0xBFA463) is unknown color: approx Laser. HEX triplet: BF, A4 and 63. RGB value is (191,164,99). Sum of RGB (Red+Green+Blue) = 191+164+99=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA463 is #405B9C. Grayscale: #A4A4A4. Windows color (decimal): -4217757 or 6530239. OLE color: 6530239.

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

Color convert

RGB19116499-
CMYK00.140.480.25
HSL42.39º41.82%56.86%-
HSV(B)42.39º48.17%74.9%-
XYZ37.0138.5317.29-
YUV164.6690.95146.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.07%
GREEN value IS 164 (64.45% from 255) = 36.12%
BLUE value IS 99 (39.06% from 255) = 21.81%
R=42.07%
G=36.12%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911649900.140.480.2542.3941.8256.86
HexBFA4630E30192a2a39
Octal2772441430166031525271
Binary101111111010010011000110111011000011001101010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA463; }

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

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

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

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

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

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

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

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