#B88548

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

Shades of Marigold #B88548

Tints of Marigold #B88548

Color information

#B88548 (or 0xB88548) is unknown color: approx Marigold. HEX triplet: B8, 85 and 48. RGB value is (184,133,72). Sum of RGB (Red+Green+Blue) = 184+133+72=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B88548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88548 is #477AB7. Grayscale: #8D8D8D. Windows color (decimal): -4684472 or 4752824. OLE color: 4752824.

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

Color convert

RGB18413372-
CMYK00.280.610.28
HSL32.68º44.09%50.2%-
HSV(B)32.68º60.87%72.16%-
XYZ29.3227.439.88-
YUV141.2988.9158.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.30%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 72 (28.52% from 255) = 18.51%
R=47.30%
G=34.19%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841337200.280.610.2832.6844.0950.2
HexB8854801C3D1C212c32
Octal2702051100347534415462
Binary1011100010000101100100001110011110111100100001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88548; }

 p { color: rgb(184,133,72); }

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

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

 a { background-color: rgb(184,133,72); }

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

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

 span { border-color: rgb(184,133,72); }

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