#B48949

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

Shades of Marigold #B48949

Tints of Marigold #B48949

Color information

#B48949 (or 0xB48949) is unknown color: approx Marigold. HEX triplet: B4, 89 and 49. RGB value is (180,137,73). Sum of RGB (Red+Green+Blue) = 180+137+73=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B48949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48949 is #4B76B6. Grayscale: #8E8E8E. Windows color (decimal): -4945591 or 4819380. OLE color: 4819380.

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

Color convert

RGB18013773-
CMYK00.240.590.29
HSL35.89º42.29%49.61%-
HSV(B)35.89º59.44%70.59%-
XYZ28.9728.0810.2-
YUV142.5688.75154.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 137 (53.91% from 255) = 35.13%
BLUE value IS 73 (28.91% from 255) = 18.72%
R=46.15%
G=35.13%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801377300.240.590.2935.8942.2949.61
HexB489490183B1D242a32
Octal2642111110307335445262
Binary1011010010001001100100101100011101111101100100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48949; }

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

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

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

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

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

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

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

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