#BF9E60

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

Shades of Laser #BF9E60

Tints of Laser #BF9E60

Color information

#BF9E60 (or 0xBF9E60) is unknown color: approx Laser. HEX triplet: BF, 9E and 60. RGB value is (191,158,96). Sum of RGB (Red+Green+Blue) = 191+158+96=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9E60 is #40619F. Grayscale: #A1A1A1. Windows color (decimal): -4219296 or 6332095. OLE color: 6332095.

HSL color Cylindrical-coordinate representation of color #BF9E60: hue angle of 39.16º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF9E60 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19115896-
CMYK00.170.500.25
HSL39.16º42.6%56.27%-
HSV(B)39.16º49.74%74.9%-
XYZ35.8236.3716.2-
YUV160.891.43149.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 158 (62.11% from 255) = 35.51%
BLUE value IS 96 (37.89% from 255) = 21.57%
R=42.92%
G=35.51%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911589600.170.500.2539.1642.656.27
HexBF9E600113219272b38
Octal2772361400216231475370
Binary1011111110011110110000001000111001011001100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E60; }

 p { color: rgb(191,158,96); }

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

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

 a { background-color: rgb(191,158,96); }

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

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

 span { border-color: rgb(191,158,96); }

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