#B38436

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

Shades of Marigold #B38436

Tints of Marigold #B38436

Color information

#B38436 (or 0xB38436) is unknown color: approx Marigold. HEX triplet: B3, 84 and 36. RGB value is (179,132,54). Sum of RGB (Red+Green+Blue) = 179+132+54=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B38436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38436 is #4C7BC9. Grayscale: #898989. Windows color (decimal): -5012426 or 3572915. OLE color: 3572915.

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

Color convert

RGB17913254-
CMYK00.260.700.30
HSL37.44º53.65%45.69%-
HSV(B)37.44º69.83%70.2%-
XYZ27.5126.357.13-
YUV137.1681.07157.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.04%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 54 (21.48% from 255) = 14.79%
R=49.04%
G=36.16%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791325400.260.700.3037.4453.6545.69
HexB3843601A461E25362e
Octal2632046603210636456656
Binary1011001110000100110110011010100011011110100101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38436; }

 p { color: rgb(179,132,54); }

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

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

 a { background-color: rgb(179,132,54); }

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

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

 span { border-color: rgb(179,132,54); }

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