#B78636

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

Shades of Marigold #B78636

Tints of Marigold #B78636

Color information

#B78636 (or 0xB78636) is unknown color: approx Marigold. HEX triplet: B7, 86 and 36. RGB value is (183,134,54). Sum of RGB (Red+Green+Blue) = 183+134+54=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B78636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78636 is #4879C9. Grayscale: #8B8B8B. Windows color (decimal): -4749770 or 3573431. OLE color: 3573431.

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

Color convert

RGB18313454-
CMYK00.270.700.28
HSL37.21º54.43%46.47%-
HSV(B)37.21º70.49%71.76%-
XYZ28.7227.387.26-
YUV139.5379.73159-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 54 (21.48% from 255) = 14.56%
R=49.33%
G=36.12%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831345400.270.700.2837.2154.4346.47
HexB7863601B461C25362e
Octal2672066603310634456656
Binary1011011110000110110110011011100011011100100101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78636; }

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

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

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

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

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

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

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

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