#BFA569

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

Shades of Laser #BFA569

Tints of Laser #BFA569

Color information

#BFA569 (or 0xBFA569) is unknown color: approx Laser. HEX triplet: BF, A5 and 69. RGB value is (191,165,105). Sum of RGB (Red+Green+Blue) = 191+165+105=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA569 is #405A96. Grayscale: #A6A6A6. Windows color (decimal): -4217495 or 6923711. OLE color: 6923711.

HSL color Cylindrical-coordinate representation of color #BFA569: hue angle of 41.86º 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 #BFA569 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB191165105-
CMYK00.140.450.25
HSL41.86º40.19%58.04%-
HSV(B)41.86º45.03%74.9%-
XYZ37.4939.0118.92-
YUV165.9393.61145.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 165 (64.84% from 255) = 35.79%
BLUE value IS 105 (41.41% from 255) = 22.78%
R=41.43%
G=35.79%
B=22.78%

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
Decimal19116510500.140.450.2541.8640.1958.04
HexBFA5690E2D192a283a
Octal2772451510165531525072
Binary101111111010010111010010111010110111001101010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA569; }

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

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

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

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

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

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

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

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