#BC8841

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

Shades of Marigold #BC8841

Tints of Marigold #BC8841

Color information

#BC8841 (or 0xBC8841) is unknown color: approx Marigold. HEX triplet: BC, 88 and 41. RGB value is (188,136,65). Sum of RGB (Red+Green+Blue) = 188+136+65=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8841 is #4377BE. Grayscale: #8F8F8F. Windows color (decimal): -4421567 or 4294844. OLE color: 4294844.

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

Color convert

RGB18813665-
CMYK00.280.650.26
HSL34.63º48.62%49.61%-
HSV(B)34.63º65.43%73.73%-
XYZ30.528.688.93-
YUV143.4583.73159.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.33%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 65 (25.78% from 255) = 16.71%
R=48.33%
G=34.96%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881366500.280.650.2634.6348.6249.61
HexBC884101C411A233132
Octal27421010103410132436162
Binary10111100100010001000001011100100000111010100011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8841; }

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

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

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

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

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

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

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

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