#BCA363

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

Shades of Laser #BCA363

Tints of Laser #BCA363

Color information

#BCA363 (or 0xBCA363) is unknown color: approx Laser. HEX triplet: BC, A3 and 63. RGB value is (188,163,99). Sum of RGB (Red+Green+Blue) = 188+163+99=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA363 is #435C9C. Grayscale: #A3A3A3. Windows color (decimal): -4414621 or 6529980. OLE color: 6529980.

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

Color convert

RGB18816399-
CMYK00.130.470.26
HSL43.15º39.91%56.27%-
HSV(B)43.15º47.34%73.73%-
XYZ36.0937.7917.2-
YUV163.1891.78145.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 163 (64.06% from 255) = 36.22%
BLUE value IS 99 (39.06% from 255) = 22%
R=41.78%
G=36.22%
B=22%

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
Decimal1881639900.130.470.2643.1539.9156.27
HexBCA3630D2F1A2b2838
Octal2742431430155732535070
Binary101111001010001111000110110110111111010101011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA363; }

 p { color: rgb(188,163,99); }

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

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

 a { background-color: rgb(188,163,99); }

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

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

 span { border-color: rgb(188,163,99); }

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