#BF9F61

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

Shades of Laser #BF9F61

Tints of Laser #BF9F61

Color information

#BF9F61 (or 0xBF9F61) is unknown color: approx Laser. HEX triplet: BF, 9F and 61. RGB value is (191,159,97). Sum of RGB (Red+Green+Blue) = 191+159+97=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9F61 is #40609E. Grayscale: #A1A1A1. Windows color (decimal): -4219039 or 6397887. OLE color: 6397887.

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

Color convert

RGB19115997-
CMYK00.170.490.25
HSL39.57º42.34%56.47%-
HSV(B)39.57º49.21%74.9%-
XYZ36.0436.7416.5-
YUV161.591.6149.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 159 (62.5% from 255) = 35.57%
BLUE value IS 97 (38.28% from 255) = 21.70%
R=42.73%
G=35.57%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911599700.170.490.2539.5742.3456.47
HexBF9F610113119282a38
Octal2772371410216131505270
Binary1011111110011111110000101000111000111001101000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F61; }

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

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

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

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

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

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

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

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