#B18139

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

Shades of Marigold #B18139

Tints of Marigold #B18139

Color information

#B18139 (or 0xB18139) is unknown color: approx Marigold. HEX triplet: B1, 81 and 39. RGB value is (177,129,57). Sum of RGB (Red+Green+Blue) = 177+129+57=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B18139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18139 is #4E7EC6. Grayscale: #878787. Windows color (decimal): -5144263 or 3768753. OLE color: 3768753.

HSL color Cylindrical-coordinate representation of color #B18139: hue angle of 36º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B18139 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB17712957-
CMYK00.270.680.31
HSL36º51.28%45.88%-
HSV(B)36º67.8%69.41%-
XYZ26.7225.347.35-
YUV135.1483.9157.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.76%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 57 (22.66% from 255) = 15.70%
R=48.76%
G=35.54%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771295700.270.680.313651.2845.88
HexB1813901B441F24332e
Octal2612017103310437446356
Binary1011000110000001111001011011100010011111100100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18139; }

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

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

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

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

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

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

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

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