#BCA264

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

Shades of Laser #BCA264

Tints of Laser #BCA264

Color information

#BCA264 (or 0xBCA264) is unknown color: approx Laser. HEX triplet: BC, A2 and 64. RGB value is (188,162,100). Sum of RGB (Red+Green+Blue) = 188+162+100=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA264 is #435D9B. Grayscale: #A2A2A2. Windows color (decimal): -4414876 or 6595260. OLE color: 6595260.

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

Color convert

RGB188162100-
CMYK00.140.470.26
HSL42.27º39.64%56.47%-
HSV(B)42.27º46.81%73.73%-
XYZ35.9637.4517.39-
YUV162.7192.61146.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 162 (63.67% from 255) = 36%
BLUE value IS 100 (39.45% from 255) = 22.22%
R=41.78%
G=36%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816210000.140.470.2642.2739.6456.47
HexBCA2640E2F1A2a2838
Octal2742421440165732525070
Binary101111001010001011001000111010111111010101010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA264; }

 p { color: rgb(188,162,100); }

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

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

 a { background-color: rgb(188,162,100); }

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

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

 span { border-color: rgb(188,162,100); }

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