#B78547

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

Shades of Marigold #B78547

Tints of Marigold #B78547

Color information

#B78547 (or 0xB78547) is unknown color: approx Marigold. HEX triplet: B7, 85 and 47. RGB value is (183,133,71). Sum of RGB (Red+Green+Blue) = 183+133+71=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B78547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78547 is #487AB8. Grayscale: #8D8D8D. Windows color (decimal): -4750009 or 4687287. OLE color: 4687287.

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

Color convert

RGB18313371-
CMYK00.270.610.28
HSL33.21º44.09%49.8%-
HSV(B)33.21º61.2%71.76%-
XYZ29.0527.39.7-
YUV140.8888.56158.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.29%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 71 (28.12% from 255) = 18.35%
R=47.29%
G=34.37%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831337100.270.610.2833.2144.0949.8
HexB7854701B3D1C212c32
Octal2672051070337534415462
Binary1011011110000101100011101101111110111100100001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78547; }

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

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

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

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

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

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

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

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