#B48C3F

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

Shades of Marigold #B48C3F

Tints of Marigold #B48C3F

Color information

#B48C3F (or 0xB48C3F) is unknown color: approx Marigold. HEX triplet: B4, 8C and 3F. RGB value is (180,140,63). Sum of RGB (Red+Green+Blue) = 180+140+63=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48C3F is #4B73C0. Grayscale: #8F8F8F. Windows color (decimal): -4944833 or 4164788. OLE color: 4164788.

HSL color Cylindrical-coordinate representation of color #B48C3F: hue angle of 39.49º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B48C3F is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB18014063-
CMYK00.220.650.29
HSL39.49º48.15%47.65%-
HSV(B)39.49º65%70.59%-
XYZ29.128.828.73-
YUV143.1882.75154.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 140 (55.08% from 255) = 36.55%
BLUE value IS 63 (25% from 255) = 16.45%
R=47.00%
G=36.55%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801406300.220.650.2939.4948.1547.65
HexB48C3F016411D273030
Octal2642147702610135476060
Binary1011010010001100111111010110100000111101100111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48C3F; }

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

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

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

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

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

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

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

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