#B48536

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

Shades of Marigold #B48536

Tints of Marigold #B48536

Color information

#B48536 (or 0xB48536) is unknown color: approx Marigold. HEX triplet: B4, 85 and 36. RGB value is (180,133,54). Sum of RGB (Red+Green+Blue) = 180+133+54=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B48536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48536 is #4B7AC9. Grayscale: #8A8A8A. Windows color (decimal): -4946634 or 3573172. OLE color: 3573172.

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

Color convert

RGB18013354-
CMYK00.260.70.29
HSL37.62º53.85%45.88%-
HSV(B)37.62º70%70.59%-
XYZ27.8826.747.18-
YUV138.0580.57157.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 133 (52.34% from 255) = 36.24%
BLUE value IS 54 (21.48% from 255) = 14.71%
R=49.05%
G=36.24%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801335400.260.70.2937.6253.8545.88
HexB4853601A461D26362e
Octal2642056603210635466656
Binary1011010010000101110110011010100011011101100110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48536; }

 p { color: rgb(180,133,54); }

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

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

 a { background-color: rgb(180,133,54); }

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

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

 span { border-color: rgb(180,133,54); }

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