#BCA15D

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

Shades of Laser #BCA15D

Tints of Laser #BCA15D

Color information

#BCA15D (or 0xBCA15D) is unknown color: approx Laser. HEX triplet: BC, A1 and 5D. RGB value is (188,161,93). Sum of RGB (Red+Green+Blue) = 188+161+93=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA15D is #435EA2. Grayscale: #A1A1A1. Windows color (decimal): -4415139 or 6136252. OLE color: 6136252.

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

Color convert

RGB18816193-
CMYK00.140.510.26
HSL42.95º41.48%55.1%-
HSV(B)42.95º50.53%73.73%-
XYZ35.4636.9715.62-
YUV161.3289.45147.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 161 (63.28% from 255) = 36.43%
BLUE value IS 93 (36.72% from 255) = 21.04%
R=42.53%
G=36.43%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881619300.140.510.2642.9541.4855.1
HexBCA15D0E331A2b2937
Octal2742411350166332535167
Binary101111001010000110111010111011001111010101011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA15D; }

 p { color: rgb(188,161,93); }

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

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

 a { background-color: rgb(188,161,93); }

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

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

 span { border-color: rgb(188,161,93); }

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