#B38747

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

Shades of Marigold #B38747

Tints of Marigold #B38747

Color information

#B38747 (or 0xB38747) is unknown color: approx Marigold. HEX triplet: B3, 87 and 47. RGB value is (179,135,71). Sum of RGB (Red+Green+Blue) = 179+135+71=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B38747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38747 is #4C78B8. Grayscale: #8D8D8D. Windows color (decimal): -5011641 or 4687795. OLE color: 4687795.

HSL color Cylindrical-coordinate representation of color #B38747: hue angle of 35.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B38747 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17913571-
CMYK00.250.600.30
HSL35.56º43.2%49.02%-
HSV(B)35.56º60.34%70.2%-
XYZ28.3927.379.75-
YUV140.8688.58155.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.49%
GREEN value IS 135 (53.12% from 255) = 35.06%
BLUE value IS 71 (28.12% from 255) = 18.44%
R=46.49%
G=35.06%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791357100.250.600.3035.5643.249.02
HexB387470193C1E242b31
Octal2632071070317436445361
Binary1011001110000111100011101100111110011110100100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38747; }

 p { color: rgb(179,135,71); }

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

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

 a { background-color: rgb(179,135,71); }

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

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

 span { border-color: rgb(179,135,71); }

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