#B48336

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

Shades of Marigold #B48336

Tints of Marigold #B48336

Color information

#B48336 (or 0xB48336) is unknown color: approx Marigold. HEX triplet: B4, 83 and 36. RGB value is (180,131,54). Sum of RGB (Red+Green+Blue) = 180+131+54=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B48336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48336 is #4B7CC9. Grayscale: #898989. Windows color (decimal): -4947146 or 3572660. OLE color: 3572660.

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

Color convert

RGB18013154-
CMYK00.270.70.29
HSL36.67º53.85%45.88%-
HSV(B)36.67º70%70.59%-
XYZ27.626.27.09-
YUV136.8781.23158.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 131 (51.56% from 255) = 35.89%
BLUE value IS 54 (21.48% from 255) = 14.79%
R=49.32%
G=35.89%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801315400.270.70.2936.6753.8545.88
HexB4833601B461D25362e
Octal2642036603310635456656
Binary1011010010000011110110011011100011011101100101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48336; }

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

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

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

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

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

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

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

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