#BFA465

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

Shades of Laser #BFA465

Tints of Laser #BFA465

Color information

#BFA465 (or 0xBFA465) is unknown color: approx Laser. HEX triplet: BF, A4 and 65. RGB value is (191,164,101). Sum of RGB (Red+Green+Blue) = 191+164+101=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA465 is #405B9A. Grayscale: #A5A5A5. Windows color (decimal): -4217755 or 6661311. OLE color: 6661311.

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

Color convert

RGB191164101-
CMYK00.140.470.25
HSL42º41.28%57.25%-
HSV(B)42º47.12%74.9%-
XYZ37.1138.5717.8-
YUV164.8991.95146.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.89%
GREEN value IS 164 (64.45% from 255) = 35.96%
BLUE value IS 101 (39.84% from 255) = 22.15%
R=41.89%
G=35.96%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116410100.140.470.254241.2857.25
HexBFA4650E2F192a2939
Octal2772441450165731525171
Binary101111111010010011001010111010111111001101010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA465; }

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

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

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

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

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

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

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

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