#B78447

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

Shades of Marigold #B78447

Tints of Marigold #B78447

Color information

#B78447 (or 0xB78447) is unknown color: approx Marigold. HEX triplet: B7, 84 and 47. RGB value is (183,132,71). Sum of RGB (Red+Green+Blue) = 183+132+71=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B78447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78447 is #487BB8. Grayscale: #8C8C8C. Windows color (decimal): -4750265 or 4687031. OLE color: 4687031.

HSL color Cylindrical-coordinate representation of color #B78447: hue angle of 32.68º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B78447 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB18313271-
CMYK00.280.610.28
HSL32.68º44.09%49.8%-
HSV(B)32.68º61.2%71.76%-
XYZ28.9227.029.65-
YUV140.2988.9158.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 71 (28.12% from 255) = 18.39%
R=47.41%
G=34.20%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831327100.280.610.2832.6844.0949.8
HexB7844701C3D1C212c32
Octal2672041070347534415462
Binary1011011110000100100011101110011110111100100001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78447; }

 p { color: rgb(183,132,71); }

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

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

 a { background-color: rgb(183,132,71); }

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

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

 span { border-color: rgb(183,132,71); }

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