#B88444

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

Shades of Marigold #B88444

Tints of Marigold #B88444

Color information

#B88444 (or 0xB88444) is unknown color: approx Marigold. HEX triplet: B8, 84 and 44. RGB value is (184,132,68). Sum of RGB (Red+Green+Blue) = 184+132+68=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B88444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88444 is #477BBB. Grayscale: #8C8C8C. Windows color (decimal): -4684732 or 4490424. OLE color: 4490424.

HSL color Cylindrical-coordinate representation of color #B88444: hue angle of 33.1º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B88444 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB18413268-
CMYK00.280.630.28
HSL33.1º46.03%49.41%-
HSV(B)33.1º63.04%72.16%-
XYZ29.0627.119.17-
YUV140.2587.23159.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.92%
GREEN value IS 132 (51.95% from 255) = 34.38%
BLUE value IS 68 (26.95% from 255) = 17.71%
R=47.92%
G=34.38%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841326800.280.630.2833.146.0349.41
HexB8844401C3F1C212e31
Octal2702041040347734415661
Binary1011100010000100100010001110011111111100100001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88444; }

 p { color: rgb(184,132,68); }

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

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

 a { background-color: rgb(184,132,68); }

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

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

 span { border-color: rgb(184,132,68); }

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