#BC873A

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

Shades of Marigold #BC873A

Tints of Marigold #BC873A

Color information

#BC873A (or 0xBC873A) is unknown color: approx Marigold. HEX triplet: BC, 87 and 3A. RGB value is (188,135,58). Sum of RGB (Red+Green+Blue) = 188+135+58=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC873A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC873A is #4378C5. Grayscale: #8E8E8E. Windows color (decimal): -4421830 or 3835836. OLE color: 3835836.

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

Color convert

RGB18813558-
CMYK00.280.690.26
HSL35.54º52.85%48.24%-
HSV(B)35.54º69.15%73.73%-
XYZ30.1728.327.88-
YUV142.0780.56160.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.34%
GREEN value IS 135 (53.12% from 255) = 35.43%
BLUE value IS 58 (23.05% from 255) = 15.22%
R=49.34%
G=35.43%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881355800.280.690.2635.5452.8548.24
HexBC873A01C451A243530
Octal2742077203410532446560
Binary1011110010000111111010011100100010111010100100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC873A; }

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

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

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

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

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

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

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

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