#B48143

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

Shades of Marigold #B48143

Tints of Marigold #B48143

Color information

#B48143 (or 0xB48143) is unknown color: approx Marigold. HEX triplet: B4, 81 and 43. RGB value is (180,129,67). Sum of RGB (Red+Green+Blue) = 180+129+67=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B48143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48143 is #4B7EBC. Grayscale: #898989. Windows color (decimal): -4947645 or 4424116. OLE color: 4424116.

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

Color convert

RGB18012967-
CMYK00.280.630.29
HSL32.92º45.75%48.43%-
HSV(B)32.92º62.78%70.59%-
XYZ27.6925.818.83-
YUV137.1888.4158.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 129 (50.78% from 255) = 34.31%
BLUE value IS 67 (26.56% from 255) = 17.82%
R=47.87%
G=34.31%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801296700.280.630.2932.9245.7548.43
HexB4814301C3F1D212e30
Octal2642011030347735415660
Binary1011010010000001100001101110011111111101100001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48143; }

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

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

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

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

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

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

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

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