#BCA158

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

Shades of Laser #BCA158

Tints of Laser #BCA158

Color information

#BCA158 (or 0xBCA158) is unknown color: approx Laser. HEX triplet: BC, A1 and 58. RGB value is (188,161,88). Sum of RGB (Red+Green+Blue) = 188+161+88=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA158 is #435EA7. Grayscale: #A1A1A1. Windows color (decimal): -4415144 or 5808572. OLE color: 5808572.

HSL color Cylindrical-coordinate representation of color #BCA158: hue angle of 43.8º degrees, saturation: 0.43, 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 #BCA158 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB18816188-
CMYK00.140.530.26
HSL43.8º42.74%54.12%-
HSV(B)43.8º53.19%73.73%-
XYZ35.2536.8914.49-
YUV160.7586.95147.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 161 (63.28% from 255) = 36.84%
BLUE value IS 88 (34.77% from 255) = 20.14%
R=43.02%
G=36.84%
B=20.14%

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
Decimal1881618800.140.530.2643.842.7454.12
HexBCA1580E351A2c2b36
Octal2742411300166532545366
Binary101111001010000110110000111011010111010101100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA158; }

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

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

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

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

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

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

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

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