#BCA259

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

Shades of Laser #BCA259

Tints of Laser #BCA259

Color information

#BCA259 (or 0xBCA259) is unknown color: approx Laser. HEX triplet: BC, A2 and 59. RGB value is (188,162,89). Sum of RGB (Red+Green+Blue) = 188+162+89=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA259 is #435DA6. Grayscale: #A1A1A1. Windows color (decimal): -4414887 or 5874364. OLE color: 5874364.

HSL color Cylindrical-coordinate representation of color #BCA259: hue angle of 44.24º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCA259 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB18816289-
CMYK00.140.530.26
HSL44.24º42.49%54.31%-
HSV(B)44.24º52.66%73.73%-
XYZ35.4637.2514.77-
YUV161.4587.11146.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.82%
GREEN value IS 162 (63.67% from 255) = 36.90%
BLUE value IS 89 (35.16% from 255) = 20.27%
R=42.82%
G=36.90%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881628900.140.530.2644.2442.4954.31
HexBCA2590E351A2c2a36
Octal2742421310166532545266
Binary101111001010001010110010111011010111010101100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA259; }

 p { color: rgb(188,162,89); }

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

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

 a { background-color: rgb(188,162,89); }

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

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

 span { border-color: rgb(188,162,89); }

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