#B78836

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

Shades of Marigold #B78836

Tints of Marigold #B78836

Color information

#B78836 (or 0xB78836) is unknown color: approx Marigold. HEX triplet: B7, 88 and 36. RGB value is (183,136,54). Sum of RGB (Red+Green+Blue) = 183+136+54=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B78836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78836 is #4877C9. Grayscale: #8D8D8D. Windows color (decimal): -4749258 or 3573943. OLE color: 3573943.

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

Color convert

RGB18313654-
CMYK00.260.700.28
HSL38.14º54.43%46.47%-
HSV(B)38.14º70.49%71.76%-
XYZ2927.947.35-
YUV140.779.07158.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 136 (53.52% from 255) = 36.46%
BLUE value IS 54 (21.48% from 255) = 14.48%
R=49.06%
G=36.46%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831365400.260.700.2838.1454.4346.47
HexB7883601A461C26362e
Octal2672106603210634466656
Binary1011011110001000110110011010100011011100100110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78836; }

 p { color: rgb(183,136,54); }

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

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

 a { background-color: rgb(183,136,54); }

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

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

 span { border-color: rgb(183,136,54); }

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