#B48B46

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

Shades of Marigold #B48B46

Tints of Marigold #B48B46

Color information

#B48B46 (or 0xB48B46) is unknown color: approx Marigold. HEX triplet: B4, 8B and 46. RGB value is (180,139,70). Sum of RGB (Red+Green+Blue) = 180+139+70=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48B46 is #4B74B9. Grayscale: #8F8F8F. Windows color (decimal): -4945082 or 4623284. OLE color: 4623284.

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

Color convert

RGB18013970-
CMYK00.230.610.29
HSL37.64º44%49.02%-
HSV(B)37.64º61.11%70.59%-
XYZ29.1628.619.78-
YUV143.3986.58154.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 139 (54.69% from 255) = 35.73%
BLUE value IS 70 (27.73% from 255) = 17.99%
R=46.27%
G=35.73%
B=17.99%

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
Decimal1801397000.230.610.2937.644449.02
HexB48B460173D1D262c31
Octal2642131060277535465461
Binary1011010010001011100011001011111110111101100110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B46; }

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

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

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

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

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

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

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

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