#BCA464

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

Shades of Laser #BCA464

Tints of Laser #BCA464

Color information

#BCA464 (or 0xBCA464) is unknown color: approx Laser. HEX triplet: BC, A4 and 64. RGB value is (188,164,100). Sum of RGB (Red+Green+Blue) = 188+164+100=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA464 is #435B9B. Grayscale: #A4A4A4. Windows color (decimal): -4414364 or 6595772. OLE color: 6595772.

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

Color convert

RGB188164100-
CMYK00.130.470.26
HSL43.64º39.64%56.47%-
HSV(B)43.64º46.81%73.73%-
XYZ36.3138.1617.51-
YUV163.8891.95145.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 164 (64.45% from 255) = 36.28%
BLUE value IS 100 (39.45% from 255) = 22.12%
R=41.59%
G=36.28%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816410000.130.470.2643.6439.6456.47
HexBCA4640D2F1A2c2838
Octal2742441440155732545070
Binary101111001010010011001000110110111111010101100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA464; }

 p { color: rgb(188,164,100); }

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

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

 a { background-color: rgb(188,164,100); }

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

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

 span { border-color: rgb(188,164,100); }

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