#B18239

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

Shades of Marigold #B18239

Tints of Marigold #B18239

Color information

#B18239 (or 0xB18239) is unknown color: approx Marigold. HEX triplet: B1, 82 and 39. RGB value is (177,130,57). Sum of RGB (Red+Green+Blue) = 177+130+57=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B18239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18239 is #4E7DC6. Grayscale: #888888. Windows color (decimal): -5144007 or 3769009. OLE color: 3769009.

HSL color Cylindrical-coordinate representation of color #B18239: hue angle of 36.5º 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 #B18239 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB17713057-
CMYK00.270.680.31
HSL36.5º51.28%45.88%-
HSV(B)36.5º67.8%69.41%-
XYZ26.8525.617.4-
YUV135.7383.57157.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.63%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 57 (22.66% from 255) = 15.66%
R=48.63%
G=35.71%
B=15.66%

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
Decimal1771305700.270.680.3136.551.2845.88
HexB1823901B441F25332e
Octal2612027103310437456356
Binary1011000110000010111001011011100010011111100101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18239; }

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

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

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

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

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

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

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

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