#BC873F

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

Shades of Marigold #BC873F

Tints of Marigold #BC873F

Color information

#BC873F (or 0xBC873F) is unknown color: approx Marigold. HEX triplet: BC, 87 and 3F. RGB value is (188,135,63). Sum of RGB (Red+Green+Blue) = 188+135+63=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC873F is #4378C0. Grayscale: #8E8E8E. Windows color (decimal): -4421825 or 4163516. OLE color: 4163516.

HSL color Cylindrical-coordinate representation of color #BC873F: hue angle of 34.56º 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 #BC873F is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB18813563-
CMYK00.280.660.26
HSL34.56º49.8%49.22%-
HSV(B)34.56º66.49%73.73%-
XYZ30.328.388.58-
YUV142.6483.06160.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.70%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 63 (25% from 255) = 16.32%
R=48.70%
G=34.97%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881356300.280.660.2634.5649.849.22
HexBC873F01C421A233231
Octal2742077703410232436261
Binary1011110010000111111111011100100001011010100011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC873F; }

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

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

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

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

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

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

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

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