#B38947

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

Shades of Marigold #B38947

Tints of Marigold #B38947

Color information

#B38947 (or 0xB38947) is unknown color: approx Marigold. HEX triplet: B3, 89 and 47. RGB value is (179,137,71). Sum of RGB (Red+Green+Blue) = 179+137+71=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B38947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38947 is #4C76B8. Grayscale: #8E8E8E. Windows color (decimal): -5011129 or 4688307. OLE color: 4688307.

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

Color convert

RGB17913771-
CMYK00.230.600.30
HSL36.67º43.2%49.02%-
HSV(B)36.67º60.34%70.2%-
XYZ28.6727.939.84-
YUV142.0387.91154.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.25%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 71 (28.12% from 255) = 18.35%
R=46.25%
G=35.40%
B=18.35%

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
Decimal1791377100.230.600.3036.6743.249.02
HexB389470173C1E252b31
Octal2632111070277436455361
Binary1011001110001001100011101011111110011110100101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38947; }

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

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

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

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

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

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

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

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