#BFA469

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

Shades of Laser #BFA469

Tints of Laser #BFA469

Color information

#BFA469 (or 0xBFA469) is unknown color: approx Laser. HEX triplet: BF, A4 and 69. RGB value is (191,164,105). Sum of RGB (Red+Green+Blue) = 191+164+105=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA469 is #405B96. Grayscale: #A5A5A5. Windows color (decimal): -4217751 or 6923455. OLE color: 6923455.

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

Color convert

RGB191164105-
CMYK00.140.450.25
HSL41.16º40.19%58.04%-
HSV(B)41.16º45.03%74.9%-
XYZ37.3138.6518.86-
YUV165.3593.95146.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.52%
GREEN value IS 164 (64.45% from 255) = 35.65%
BLUE value IS 105 (41.41% from 255) = 22.83%
R=41.52%
G=35.65%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116410500.140.450.2541.1640.1958.04
HexBFA4690E2D1929283a
Octal2772441510165531515072
Binary101111111010010011010010111010110111001101001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA469; }

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

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

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

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

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

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

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

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