#B78549

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

Shades of Marigold #B78549

Tints of Marigold #B78549

Color information

#B78549 (or 0xB78549) is unknown color: approx Marigold. HEX triplet: B7, 85 and 49. RGB value is (183,133,73). Sum of RGB (Red+Green+Blue) = 183+133+73=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B78549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78549 is #487AB6. Grayscale: #8D8D8D. Windows color (decimal): -4750007 or 4818359. OLE color: 4818359.

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

Color convert

RGB18313373-
CMYK00.270.600.28
HSL32.73º43.31%50.2%-
HSV(B)32.73º60.11%71.76%-
XYZ29.1227.3210.04-
YUV141.1189.56157.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 73 (28.91% from 255) = 18.77%
R=47.04%
G=34.19%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831337300.270.600.2832.7343.3150.2
HexB7854901B3C1C212b32
Octal2672051110337434415362
Binary1011011110000101100100101101111110011100100001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78549; }

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

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

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

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

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

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

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

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