#B38A47

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

Shades of Marigold #B38A47

Tints of Marigold #B38A47

Color information

#B38A47 (or 0xB38A47) is unknown color: approx Marigold. HEX triplet: B3, 8A and 47. RGB value is (179,138,71). Sum of RGB (Red+Green+Blue) = 179+138+71=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38A47 is #4C75B8. Grayscale: #8E8E8E. Windows color (decimal): -5010873 or 4688563. OLE color: 4688563.

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

Color convert

RGB17913871-
CMYK00.230.600.30
HSL37.22º43.2%49.02%-
HSV(B)37.22º60.34%70.2%-
XYZ28.8228.229.89-
YUV142.6287.58153.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.13%
GREEN value IS 138 (54.30% from 255) = 35.57%
BLUE value IS 71 (28.12% from 255) = 18.30%
R=46.13%
G=35.57%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791387100.230.600.3037.2243.249.02
HexB38A470173C1E252b31
Octal2632121070277436455361
Binary1011001110001010100011101011111110011110100101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38A47; }

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

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

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

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

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

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

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

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