#B18141

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

Shades of Marigold #B18141

Tints of Marigold #B18141

Color information

#B18141 (or 0xB18141) is unknown color: approx Marigold. HEX triplet: B1, 81 and 41. RGB value is (177,129,65). Sum of RGB (Red+Green+Blue) = 177+129+65=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B18141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18141 is #4E7EBE. Grayscale: #888888. Windows color (decimal): -5144255 or 4293041. OLE color: 4293041.

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

Color convert

RGB17712965-
CMYK00.270.630.31
HSL34.29º46.28%47.45%-
HSV(B)34.29º63.28%69.41%-
XYZ26.9425.438.49-
YUV136.0687.9157.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 65 (25.78% from 255) = 17.52%
R=47.71%
G=34.77%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771296500.270.630.3134.2946.2847.45
HexB1814101B3F1F222e2f
Octal2612011010337737425657
Binary1011000110000001100000101101111111111111100010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18141; }

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

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

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

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

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

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

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

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