#B88744

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

Shades of Marigold #B88744

Tints of Marigold #B88744

Color information

#B88744 (or 0xB88744) is unknown color: approx Marigold. HEX triplet: B8, 87 and 44. RGB value is (184,135,68). Sum of RGB (Red+Green+Blue) = 184+135+68=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B88744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88744 is #4778BB. Grayscale: #8E8E8E. Windows color (decimal): -4683964 or 4491192. OLE color: 4491192.

HSL color Cylindrical-coordinate representation of color #B88744: hue angle of 34.66º 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 #B88744 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB18413568-
CMYK00.270.630.28
HSL34.66º46.03%49.41%-
HSV(B)34.66º63.04%72.16%-
XYZ29.4727.949.31-
YUV142.0186.23157.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.55%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 68 (26.95% from 255) = 17.57%
R=47.55%
G=34.88%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841356800.270.630.2834.6646.0349.41
HexB8874401B3F1C232e31
Octal2702071040337734435661
Binary1011100010000111100010001101111111111100100011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88744; }

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

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

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

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

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

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

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

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