#B38346

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

Shades of Marigold #B38346

Tints of Marigold #B38346

Color information

#B38346 (or 0xB38346) is unknown color: approx Marigold. HEX triplet: B3, 83 and 46. RGB value is (179,131,70). Sum of RGB (Red+Green+Blue) = 179+131+70=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B38346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38346 is #4C7CB9. Grayscale: #8A8A8A. Windows color (decimal): -5012666 or 4621235. OLE color: 4621235.

HSL color Cylindrical-coordinate representation of color #B38346: hue angle of 33.58º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B38346 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB17913170-
CMYK00.270.610.30
HSL33.58º43.78%48.82%-
HSV(B)33.58º60.89%70.2%-
XYZ27.8126.269.4-
YUV138.489.4156.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.11%
GREEN value IS 131 (51.56% from 255) = 34.47%
BLUE value IS 70 (27.73% from 255) = 18.42%
R=47.11%
G=34.47%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791317000.270.610.3033.5843.7848.82
HexB3834601B3D1E222c31
Octal2632031060337536425461
Binary1011001110000011100011001101111110111110100010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38346; }

 p { color: rgb(179,131,70); }

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

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

 a { background-color: rgb(179,131,70); }

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

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

 span { border-color: rgb(179,131,70); }

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