#BCA666

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

Shades of Laser #BCA666

Tints of Laser #BCA666

Color information

#BCA666 (or 0xBCA666) is unknown color: approx Laser. HEX triplet: BC, A6 and 66. RGB value is (188,166,102). Sum of RGB (Red+Green+Blue) = 188+166+102=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA666 is #435999. Grayscale: #A5A5A5. Windows color (decimal): -4413850 or 6727356. OLE color: 6727356.

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

Color convert

RGB188166102-
CMYK00.120.460.26
HSL44.65º39.09%56.86%-
HSV(B)44.65º45.74%73.73%-
XYZ36.7738.9218.15-
YUV165.2892.29144.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 166 (65.23% from 255) = 36.40%
BLUE value IS 102 (40.23% from 255) = 22.37%
R=41.23%
G=36.40%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816610200.120.460.2644.6539.0956.86
HexBCA6660C2E1A2d2739
Octal2742461460145632554771
Binary101111001010011011001100110010111011010101101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA666; }

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

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

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

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

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

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

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

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