#BCA565

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

Shades of Laser #BCA565

Tints of Laser #BCA565

Color information

#BCA565 (or 0xBCA565) is unknown color: approx Laser. HEX triplet: BC, A5 and 65. RGB value is (188,165,101). Sum of RGB (Red+Green+Blue) = 188+165+101=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA565 is #435A9A. Grayscale: #A4A4A4. Windows color (decimal): -4414107 or 6661564. OLE color: 6661564.

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

Color convert

RGB188165101-
CMYK00.120.460.26
HSL44.14º39.37%56.67%-
HSV(B)44.14º46.28%73.73%-
XYZ36.5438.5417.83-
YUV164.5892.12144.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 165 (64.84% from 255) = 36.34%
BLUE value IS 101 (39.84% from 255) = 22.25%
R=41.41%
G=36.34%
B=22.25%

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
Decimal18816510100.120.460.2644.1439.3756.67
HexBCA5650C2E1A2c2739
Octal2742451450145632544771
Binary101111001010010111001010110010111011010101100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA565; }

 p { color: rgb(188,165,101); }

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

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

 a { background-color: rgb(188,165,101); }

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

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

 span { border-color: rgb(188,165,101); }

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