#BC843F

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

Shades of Marigold #BC843F

Tints of Marigold #BC843F

Color information

#BC843F (or 0xBC843F) is unknown color: approx Marigold. HEX triplet: BC, 84 and 3F. RGB value is (188,132,63). Sum of RGB (Red+Green+Blue) = 188+132+63=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC843F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC843F is #437BC0. Grayscale: #8D8D8D. Windows color (decimal): -4422593 or 4162748. OLE color: 4162748.

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

Color convert

RGB18813263-
CMYK00.300.660.26
HSL33.12º49.8%49.22%-
HSV(B)33.12º66.49%73.73%-
XYZ29.8927.558.45-
YUV140.8884.05161.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.09%
GREEN value IS 132 (51.95% from 255) = 34.46%
BLUE value IS 63 (25% from 255) = 16.45%
R=49.09%
G=34.46%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881326300.300.660.2633.1249.849.22
HexBC843F01E421A213231
Octal2742047703610232416261
Binary1011110010000100111111011110100001011010100001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC843F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC843F; }

 p { color: rgb(188,132,63); }

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

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

 a { background-color: rgb(188,132,63); }

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

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

 span { border-color: rgb(188,132,63); }

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