#BC883C

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

Shades of Marigold #BC883C

Tints of Marigold #BC883C

Color information

#BC883C (or 0xBC883C) is unknown color: approx Marigold. HEX triplet: BC, 88 and 3C. RGB value is (188,136,60). Sum of RGB (Red+Green+Blue) = 188+136+60=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC883C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC883C is #4377C3. Grayscale: #8F8F8F. Windows color (decimal): -4421572 or 3967164. OLE color: 3967164.

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

Color convert

RGB18813660-
CMYK00.280.680.26
HSL35.63º51.61%48.63%-
HSV(B)35.63º68.09%73.73%-
XYZ30.3628.638.2-
YUV142.8881.23160.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.96%
GREEN value IS 136 (53.52% from 255) = 35.42%
BLUE value IS 60 (23.83% from 255) = 15.62%
R=48.96%
G=35.42%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881366000.280.680.2635.6351.6148.63
HexBC883C01C441A243431
Octal2742107403410432446461
Binary1011110010001000111100011100100010011010100100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC883C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC883C; }

 p { color: rgb(188,136,60); }

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

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

 a { background-color: rgb(188,136,60); }

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

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

 span { border-color: rgb(188,136,60); }

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