#BCA662

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

Shades of Laser #BCA662

Tints of Laser #BCA662

Color information

#BCA662 (or 0xBCA662) is unknown color: approx Laser. HEX triplet: BC, A6 and 62. RGB value is (188,166,98). Sum of RGB (Red+Green+Blue) = 188+166+98=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA662 is #43599D. Grayscale: #A5A5A5. Windows color (decimal): -4413854 or 6465212. OLE color: 6465212.

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

Color convert

RGB18816698-
CMYK00.120.480.26
HSL45.33º40.18%56.08%-
HSV(B)45.33º47.87%73.73%-
XYZ36.5838.8517.13-
YUV164.8390.29144.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 166 (65.23% from 255) = 36.73%
BLUE value IS 98 (38.67% from 255) = 21.68%
R=41.59%
G=36.73%
B=21.68%

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
Decimal1881669800.120.480.2645.3340.1856.08
HexBCA6620C301A2d2838
Octal2742461420146032555070
Binary101111001010011011000100110011000011010101101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA662; }

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

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

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

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

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

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

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

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