#BCA15A

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

Shades of Laser #BCA15A

Tints of Laser #BCA15A

Color information

#BCA15A (or 0xBCA15A) is unknown color: approx Laser. HEX triplet: BC, A1 and 5A. RGB value is (188,161,90). Sum of RGB (Red+Green+Blue) = 188+161+90=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA15A is #435EA5. Grayscale: #A1A1A1. Windows color (decimal): -4415142 or 5939644. OLE color: 5939644.

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

Color convert

RGB18816190-
CMYK00.140.520.26
HSL43.47º42.24%54.51%-
HSV(B)43.47º52.13%73.73%-
XYZ35.3336.9214.94-
YUV160.9887.95147.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.82%
GREEN value IS 161 (63.28% from 255) = 36.67%
BLUE value IS 90 (35.55% from 255) = 20.50%
R=42.82%
G=36.67%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881619000.140.520.2643.4742.2454.51
HexBCA15A0E341A2b2a37
Octal2742411320166432535267
Binary101111001010000110110100111011010011010101011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA15A; }

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

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

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

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

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

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

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

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