#B48C45

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

Shades of Marigold #B48C45

Tints of Marigold #B48C45

Color information

#B48C45 (or 0xB48C45) is unknown color: approx Marigold. HEX triplet: B4, 8C and 45. RGB value is (180,140,69). Sum of RGB (Red+Green+Blue) = 180+140+69=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48C45 is #4B73BA. Grayscale: #909090. Windows color (decimal): -4944827 or 4558004. OLE color: 4558004.

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

Color convert

RGB18014069-
CMYK00.220.620.29
HSL38.38º44.58%48.82%-
HSV(B)38.38º61.67%70.59%-
XYZ29.2728.899.66-
YUV143.8785.75153.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 69 (27.34% from 255) = 17.74%
R=46.27%
G=35.99%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801406900.220.620.2938.3844.5848.82
HexB48C450163E1D262d31
Octal2642141050267635465561
Binary1011010010001100100010101011011111011101100110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48C45; }

 p { color: rgb(180,140,69); }

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

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

 a { background-color: rgb(180,140,69); }

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

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

 span { border-color: rgb(180,140,69); }

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