#B58143

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

Shades of Marigold #B58143

Tints of Marigold #B58143

Color information

#B58143 (or 0xB58143) is unknown color: approx Marigold. HEX triplet: B5, 81 and 43. RGB value is (181,129,67). Sum of RGB (Red+Green+Blue) = 181+129+67=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B58143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58143 is #4A7EBC. Grayscale: #898989. Windows color (decimal): -4882109 or 4424117. OLE color: 4424117.

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

Color convert

RGB18112967-
CMYK00.290.630.29
HSL32.63º45.97%48.63%-
HSV(B)32.63º62.98%70.98%-
XYZ27.9225.938.84-
YUV137.4888.23159.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 129 (50.78% from 255) = 34.22%
BLUE value IS 67 (26.56% from 255) = 17.77%
R=48.01%
G=34.22%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811296700.290.630.2932.6345.9748.63
HexB5814301D3F1D212e31
Octal2652011030357735415661
Binary1011010110000001100001101110111111111101100001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58143; }

 p { color: rgb(181,129,67); }

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

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

 a { background-color: rgb(181,129,67); }

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

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

 span { border-color: rgb(181,129,67); }

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