#b48a46

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

Shades of Marigold #B48A46

Tints of Marigold #B48A46

Color information

#B48A46 (or 0xB48A46) is unknown color: approx Marigold. HEX triplet: B4, 8A and 46. RGB value is (180,138,70). Sum of RGB (Red+Green+Blue) = 180+138+70=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48A46 is #4B75B9. Grayscale: #8F8F8F. Windows color (decimal): -4945338 or 4623028. OLE color: 4623028.

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

Color convert

RGB18013870-
CMYK00.230.610.29
HSL37.09º44%49.02%-
HSV(B)37.09º61.11%70.59%-
XYZ29.0228.329.73-
YUV142.8186.91154.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.39%
GREEN value IS 138 (54.30% from 255) = 35.57%
BLUE value IS 70 (27.73% from 255) = 18.04%
R=46.39%
G=35.57%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801387000.230.610.2937.094449.02
HexB48A460173D1D252c31
Octal2642121060277535455461
Binary1011010010001010100011001011111110111101100101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b48a46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b48a46; }

 p { color: rgb(180,138,70); }

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

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

 a { background-color: rgb(180,138,70); }

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

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

 span { border-color: rgb(180,138,70); }

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