#B48846

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

Shades of Marigold #B48846

Tints of Marigold #B48846

Color information

#B48846 (or 0xB48846) is unknown color: approx Marigold. HEX triplet: B4, 88 and 46. RGB value is (180,136,70). Sum of RGB (Red+Green+Blue) = 180+136+70=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B48846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48846 is #4B77B9. Grayscale: #8D8D8D. Windows color (decimal): -4945850 or 4622516. OLE color: 4622516.

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

Color convert

RGB18013670-
CMYK00.240.610.29
HSL36º44%49.02%-
HSV(B)36º61.11%70.59%-
XYZ28.7327.759.64-
YUV141.6387.58155.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 136 (53.52% from 255) = 35.23%
BLUE value IS 70 (27.73% from 255) = 18.13%
R=46.63%
G=35.23%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801367000.240.610.29364449.02
HexB488460183D1D242c31
Octal2642101060307535445461
Binary1011010010001000100011001100011110111101100100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48846; }

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

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

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

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

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

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

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

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