#B48139

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

Shades of Marigold #B48139

Tints of Marigold #B48139

Color information

#B48139 (or 0xB48139) is unknown color: approx Marigold. HEX triplet: B4, 81 and 39. RGB value is (180,129,57). Sum of RGB (Red+Green+Blue) = 180+129+57=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 57 (22.66% from 255 or 15.57% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B48139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48139 is #4B7EC6. Grayscale: #888888. Windows color (decimal): -4947655 or 3768756. OLE color: 3768756.

HSL color Cylindrical-coordinate representation of color #B48139: hue angle of 35.12º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B48139 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB18012957-
CMYK00.280.680.29
HSL35.12º51.9%46.47%-
HSV(B)35.12º68.33%70.59%-
XYZ27.4125.77.39-
YUV136.0483.4159.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 57 (22.66% from 255) = 15.57%
R=49.18%
G=35.25%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801295700.280.680.2935.1251.946.47
HexB4813901C441D23342e
Octal2642017103410435436456
Binary1011010010000001111001011100100010011101100011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48139; }

 p { color: rgb(180,129,57); }

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

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

 a { background-color: rgb(180,129,57); }

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

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

 span { border-color: rgb(180,129,57); }

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