#BCA661

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

Shades of Laser #BCA661

Tints of Laser #BCA661

Color information

#BCA661 (or 0xBCA661) is unknown color: approx Laser. HEX triplet: BC, A6 and 61. RGB value is (188,166,97). Sum of RGB (Red+Green+Blue) = 188+166+97=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA661 is #43599E. Grayscale: #A5A5A5. Windows color (decimal): -4413855 or 6399676. OLE color: 6399676.

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

Color convert

RGB18816697-
CMYK00.120.480.26
HSL45.49º40.44%55.88%-
HSV(B)45.49º48.4%73.73%-
XYZ36.5338.8316.88-
YUV164.7189.79144.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 166 (65.23% from 255) = 36.81%
BLUE value IS 97 (38.28% from 255) = 21.51%
R=41.69%
G=36.81%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881669700.120.480.2645.4940.4455.88
HexBCA6610C301A2d2838
Octal2742461410146032555070
Binary101111001010011011000010110011000011010101101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA661; }

 p { color: rgb(188,166,97); }

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

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

 a { background-color: rgb(188,166,97); }

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

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

 span { border-color: rgb(188,166,97); }

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