#BCA060

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

Shades of Laser #BCA060

Tints of Laser #BCA060

Color information

#BCA060 (or 0xBCA060) is unknown color: approx Laser. HEX triplet: BC, A0 and 60. RGB value is (188,160,96). Sum of RGB (Red+Green+Blue) = 188+160+96=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA060 is #435F9F. Grayscale: #A1A1A1. Windows color (decimal): -4415392 or 6332604. OLE color: 6332604.

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

Color convert

RGB18816096-
CMYK00.150.490.26
HSL41.74º40.71%55.69%-
HSV(B)41.74º48.94%73.73%-
XYZ35.4236.6816.28-
YUV161.0891.28147.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 160 (62.89% from 255) = 36.04%
BLUE value IS 96 (37.89% from 255) = 21.62%
R=42.34%
G=36.04%
B=21.62%

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
Decimal1881609600.150.490.2641.7440.7155.69
HexBCA0600F311A2a2938
Octal2742401400176132525170
Binary101111001010000011000000111111000111010101010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA060; }

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

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

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

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

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

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

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

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