#B48237

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

Shades of Marigold #B48237

Tints of Marigold #B48237

Color information

#B48237 (or 0xB48237) is unknown color: approx Marigold. HEX triplet: B4, 82 and 37. RGB value is (180,130,55). Sum of RGB (Red+Green+Blue) = 180+130+55=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B48237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48237 is #4B7DC8. Grayscale: #888888. Windows color (decimal): -4947401 or 3637940. OLE color: 3637940.

HSL color Cylindrical-coordinate representation of color #B48237: hue angle of 36º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B48237 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB18013055-
CMYK00.280.690.29
HSL36º53.19%46.08%-
HSV(B)36º69.44%70.59%-
XYZ27.4925.947.17-
YUV136.482.06159.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 130 (51.17% from 255) = 35.62%
BLUE value IS 55 (21.88% from 255) = 15.07%
R=49.32%
G=35.62%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801305500.280.690.293653.1946.08
HexB4823701C451D24352e
Octal2642026703410535446556
Binary1011010010000010110111011100100010111101100100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48237; }

 p { color: rgb(180,130,55); }

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

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

 a { background-color: rgb(180,130,55); }

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

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

 span { border-color: rgb(180,130,55); }

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