#B78744

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

Shades of Marigold #B78744

Tints of Marigold #B78744

Color information

#B78744 (or 0xB78744) is unknown color: approx Marigold. HEX triplet: B7, 87 and 44. RGB value is (183,135,68). Sum of RGB (Red+Green+Blue) = 183+135+68=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B78744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78744 is #4878BB. Grayscale: #8E8E8E. Windows color (decimal): -4749500 or 4491191. OLE color: 4491191.

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

Color convert

RGB18313568-
CMYK00.260.630.28
HSL34.96º45.82%49.22%-
HSV(B)34.96º62.84%71.76%-
XYZ29.2427.819.3-
YUV141.7186.4157.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 68 (26.95% from 255) = 17.62%
R=47.41%
G=34.97%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831356800.260.630.2834.9645.8249.22
HexB7874401A3F1C232e31
Octal2672071040327734435661
Binary1011011110000111100010001101011111111100100011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78744; }

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

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

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

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

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

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

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

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