#B78444

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

Shades of Marigold #B78444

Tints of Marigold #B78444

Color information

#B78444 (or 0xB78444) is unknown color: approx Marigold. HEX triplet: B7, 84 and 44. RGB value is (183,132,68). Sum of RGB (Red+Green+Blue) = 183+132+68=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B78444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78444 is #487BBB. Grayscale: #8C8C8C. Windows color (decimal): -4750268 or 4490423. OLE color: 4490423.

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

Color convert

RGB18313268-
CMYK00.280.630.28
HSL33.39º45.82%49.22%-
HSV(B)33.39º62.84%71.76%-
XYZ28.8226.999.16-
YUV139.9587.4158.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.78%
GREEN value IS 132 (51.95% from 255) = 34.46%
BLUE value IS 68 (26.95% from 255) = 17.75%
R=47.78%
G=34.46%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831326800.280.630.2833.3945.8249.22
HexB7844401C3F1C212e31
Octal2672041040347734415661
Binary1011011110000100100010001110011111111100100001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78444; }

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

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

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

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

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

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

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

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