#BC9F60

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

Shades of Laser #BC9F60

Tints of Laser #BC9F60

Color information

#BC9F60 (or 0xBC9F60) is unknown color: approx Laser. HEX triplet: BC, 9F and 60. RGB value is (188,159,96). Sum of RGB (Red+Green+Blue) = 188+159+96=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F60 is #43609F. Grayscale: #A0A0A0. Windows color (decimal): -4415648 or 6332348. OLE color: 6332348.

HSL color Cylindrical-coordinate representation of color #BC9F60: hue angle of 41.09º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC9F60 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18815996-
CMYK00.150.490.26
HSL41.09º40.71%55.69%-
HSV(B)41.09º48.94%73.73%-
XYZ35.2536.3316.22-
YUV160.4991.61147.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 159 (62.5% from 255) = 35.89%
BLUE value IS 96 (37.89% from 255) = 21.67%
R=42.44%
G=35.89%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881599600.150.490.2641.0940.7155.69
HexBC9F600F311A292938
Octal2742371400176132515170
Binary101111001001111111000000111111000111010101001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9F60; }

 p { color: rgb(188,159,96); }

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

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

 a { background-color: rgb(188,159,96); }

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

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

 span { border-color: rgb(188,159,96); }

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