#B28747

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

Shades of Marigold #B28747

Tints of Marigold #B28747

Color information

#B28747 (or 0xB28747) is unknown color: approx Marigold. HEX triplet: B2, 87 and 47. RGB value is (178,135,71). Sum of RGB (Red+Green+Blue) = 178+135+71=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B28747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28747 is #4D78B8. Grayscale: #8C8C8C. Windows color (decimal): -5077177 or 4687794. OLE color: 4687794.

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

Color convert

RGB17813571-
CMYK00.240.600.30
HSL35.89º42.97%48.82%-
HSV(B)35.89º60.11%69.8%-
XYZ28.1627.259.74-
YUV140.5688.75154.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.35%
GREEN value IS 135 (53.12% from 255) = 35.16%
BLUE value IS 71 (28.12% from 255) = 18.49%
R=46.35%
G=35.16%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781357100.240.600.3035.8942.9748.82
HexB287470183C1E242b31
Octal2622071070307436445361
Binary1011001010000111100011101100011110011110100100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28747; }

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

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

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

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

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

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

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

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