#B48B44

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

Shades of Marigold #B48B44

Tints of Marigold #B48B44

Color information

#B48B44 (or 0xB48B44) is unknown color: approx Marigold. HEX triplet: B4, 8B and 44. RGB value is (180,139,68). Sum of RGB (Red+Green+Blue) = 180+139+68=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48B44 is #4B74BB. Grayscale: #8F8F8F. Windows color (decimal): -4945084 or 4492212. OLE color: 4492212.

HSL color Cylindrical-coordinate representation of color #B48B44: hue angle of 38.04º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B48B44 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18013968-
CMYK00.230.620.29
HSL38.04º45.16%48.63%-
HSV(B)38.04º62.22%70.59%-
XYZ29.128.599.45-
YUV143.1685.58154.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 139 (54.69% from 255) = 35.92%
BLUE value IS 68 (26.95% from 255) = 17.57%
R=46.51%
G=35.92%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801396800.230.620.2938.0445.1648.63
HexB48B440173E1D262d31
Octal2642131040277635465561
Binary1011010010001011100010001011111111011101100110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B44; }

 p { color: rgb(180,139,68); }

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

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

 a { background-color: rgb(180,139,68); }

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

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

 span { border-color: rgb(180,139,68); }

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