#B78336

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

Shades of Marigold #B78336

Tints of Marigold #B78336

Color information

#B78336 (or 0xB78336) is unknown color: approx Marigold. HEX triplet: B7, 83 and 36. RGB value is (183,131,54). Sum of RGB (Red+Green+Blue) = 183+131+54=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B78336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78336 is #487CC9. Grayscale: #8A8A8A. Windows color (decimal): -4750538 or 3572663. OLE color: 3572663.

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

Color convert

RGB18313154-
CMYK00.280.700.28
HSL35.81º54.43%46.47%-
HSV(B)35.81º70.49%71.76%-
XYZ28.3126.577.13-
YUV137.7780.73160.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 131 (51.56% from 255) = 35.60%
BLUE value IS 54 (21.48% from 255) = 14.67%
R=49.73%
G=35.60%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831315400.280.700.2835.8154.4346.47
HexB7833601C461C24362e
Octal2672036603410634446656
Binary1011011110000011110110011100100011011100100100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78336; }

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

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

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

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

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

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

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

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