#b38546

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

Shades of Marigold #B38546

Tints of Marigold #B38546

Color information

#B38546 (or 0xB38546) is unknown color: approx Marigold. HEX triplet: B3, 85 and 46. RGB value is (179,133,70). Sum of RGB (Red+Green+Blue) = 179+133+70=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B38546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38546 is #4C7AB9. Grayscale: #8B8B8B. Windows color (decimal): -5012154 or 4621747. OLE color: 4621747.

HSL color Cylindrical-coordinate representation of color #B38546: hue angle of 34.68º 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 #B38546 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB17913370-
CMYK00.260.610.30
HSL34.68º43.78%48.82%-
HSV(B)34.68º60.89%70.2%-
XYZ28.0826.89.49-
YUV139.5788.74156.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.86%
GREEN value IS 133 (52.34% from 255) = 34.82%
BLUE value IS 70 (27.73% from 255) = 18.32%
R=46.86%
G=34.82%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791337000.260.610.3034.6843.7848.82
HexB3854601A3D1E232c31
Octal2632051060327536435461
Binary1011001110000101100011001101011110111110100011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b38546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b38546; }

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

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

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

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

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

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

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

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