#B48B49

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

Shades of Marigold #B48B49

Tints of Marigold #B48B49

Color information

#B48B49 (or 0xB48B49) is unknown color: approx Marigold. HEX triplet: B4, 8B and 49. RGB value is (180,139,73). Sum of RGB (Red+Green+Blue) = 180+139+73=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48B49 is #4B74B6. Grayscale: #909090. Windows color (decimal): -4945079 or 4819892. OLE color: 4819892.

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

Color convert

RGB18013973-
CMYK00.230.590.29
HSL37.01º42.29%49.61%-
HSV(B)37.01º59.44%70.59%-
XYZ29.2628.6510.29-
YUV143.7388.08153.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 73 (28.91% from 255) = 18.62%
R=45.92%
G=35.46%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801397300.230.590.2937.0142.2949.61
HexB48B490173B1D252a32
Octal2642131110277335455262
Binary1011010010001011100100101011111101111101100101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B49; }

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

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

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

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

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

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

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

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