#BCA261

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

Shades of Laser #BCA261

Tints of Laser #BCA261

Color information

#BCA261 (or 0xBCA261) is unknown color: approx Laser. HEX triplet: BC, A2 and 61. RGB value is (188,162,97). Sum of RGB (Red+Green+Blue) = 188+162+97=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA261 is #435D9E. Grayscale: #A2A2A2. Windows color (decimal): -4414879 or 6398652. OLE color: 6398652.

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

Color convert

RGB18816297-
CMYK00.140.480.26
HSL42.86º40.44%55.88%-
HSV(B)42.86º48.4%73.73%-
XYZ35.8237.416.64-
YUV162.3691.11146.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 162 (63.67% from 255) = 36.24%
BLUE value IS 97 (38.28% from 255) = 21.70%
R=42.06%
G=36.24%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881629700.140.480.2642.8640.4455.88
HexBCA2610E301A2b2838
Octal2742421410166032535070
Binary101111001010001011000010111011000011010101011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA261; }

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

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

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

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

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

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

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

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