#BCA567

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

Shades of Laser #BCA567

Tints of Laser #BCA567

Color information

#BCA567 (or 0xBCA567) is unknown color: approx Laser. HEX triplet: BC, A5 and 67. RGB value is (188,165,103). Sum of RGB (Red+Green+Blue) = 188+165+103=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA567 is #435A98. Grayscale: #A5A5A5. Windows color (decimal): -4414105 or 6792636. OLE color: 6792636.

HSL color Cylindrical-coordinate representation of color #BCA567: hue angle of 43.76º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCA567 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB188165103-
CMYK00.120.450.26
HSL43.76º38.81%57.06%-
HSV(B)43.76º45.21%73.73%-
XYZ36.6438.5818.35-
YUV164.8193.12144.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 165 (64.84% from 255) = 36.18%
BLUE value IS 103 (40.62% from 255) = 22.59%
R=41.23%
G=36.18%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816510300.120.450.2643.7638.8157.06
HexBCA5670C2D1A2c2739
Octal2742451470145532544771
Binary101111001010010111001110110010110111010101100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA567; }

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

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

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

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

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

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

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

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