#BC863E

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

Shades of Marigold #BC863E

Tints of Marigold #BC863E

Color information

#BC863E (or 0xBC863E) is unknown color: approx Marigold. HEX triplet: BC, 86 and 3E. RGB value is (188,134,62). Sum of RGB (Red+Green+Blue) = 188+134+62=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC863E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC863E is #4379C1. Grayscale: #8E8E8E. Windows color (decimal): -4422082 or 4097724. OLE color: 4097724.

HSL color Cylindrical-coordinate representation of color #BC863E: hue angle of 34.29º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC863E is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB18813462-
CMYK00.290.670.26
HSL34.29º50.4%49.02%-
HSV(B)34.29º67.02%73.73%-
XYZ30.1328.098.39-
YUV141.9482.89160.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.96%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 62 (24.61% from 255) = 16.15%
R=48.96%
G=34.90%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881346200.290.670.2634.2950.449.02
HexBC863E01D431A223231
Octal2742067603510332426261
Binary1011110010000110111110011101100001111010100010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC863E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC863E; }

 p { color: rgb(188,134,62); }

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

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

 a { background-color: rgb(188,134,62); }

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

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

 span { border-color: rgb(188,134,62); }

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