#BFA361

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

Shades of Laser #BFA361

Tints of Laser #BFA361

Color information

#BFA361 (or 0xBFA361) is unknown color: approx Laser. HEX triplet: BF, A3 and 61. RGB value is (191,163,97). Sum of RGB (Red+Green+Blue) = 191+163+97=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA361 is #405C9E. Grayscale: #A4A4A4. Windows color (decimal): -4218015 or 6398911. OLE color: 6398911.

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

Color convert

RGB19116397-
CMYK00.150.490.25
HSL42.13º42.34%56.47%-
HSV(B)42.13º49.21%74.9%-
XYZ36.7438.1316.73-
YUV163.8590.28147.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 163 (64.06% from 255) = 36.14%
BLUE value IS 97 (38.28% from 255) = 21.51%
R=42.35%
G=36.14%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911639700.150.490.2542.1342.3456.47
HexBFA3610F31192a2a38
Octal2772431410176131525270
Binary101111111010001111000010111111000111001101010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA361; }

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

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

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

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

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

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

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

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