#B88446

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

Shades of Marigold #B88446

Tints of Marigold #B88446

Color information

#B88446 (or 0xB88446) is unknown color: approx Marigold. HEX triplet: B8, 84 and 46. RGB value is (184,132,70). Sum of RGB (Red+Green+Blue) = 184+132+70=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B88446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88446 is #477BB9. Grayscale: #8C8C8C. Windows color (decimal): -4684730 or 4621496. OLE color: 4621496.

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

Color convert

RGB18413270-
CMYK00.280.620.28
HSL32.63º44.88%49.8%-
HSV(B)32.63º61.96%72.16%-
XYZ29.1227.149.5-
YUV140.4888.23159.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 70 (27.73% from 255) = 18.13%
R=47.67%
G=34.20%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841327000.280.620.2832.6344.8849.8
HexB8844601C3E1C212d32
Octal2702041060347634415562
Binary1011100010000100100011001110011111011100100001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88446; }

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

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

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

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

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

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

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

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