#B88241

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

Shades of Marigold #B88241

Tints of Marigold #B88241

Color information

#B88241 (or 0xB88241) is unknown color: approx Marigold. HEX triplet: B8, 82 and 41. RGB value is (184,130,65). Sum of RGB (Red+Green+Blue) = 184+130+65=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B88241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88241 is #477DBE. Grayscale: #8B8B8B. Windows color (decimal): -4685247 or 4293304. OLE color: 4293304.

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

Color convert

RGB18413065-
CMYK00.290.650.28
HSL32.77º47.79%48.82%-
HSV(B)32.77º64.67%72.16%-
XYZ28.726.548.61-
YUV138.7486.39160.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.55%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 65 (25.78% from 255) = 17.15%
R=48.55%
G=34.30%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841306500.290.650.2832.7747.7948.82
HexB8824101D411C213031
Octal27020210103510134416061
Binary10111000100000101000001011101100000111100100001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88241; }

 p { color: rgb(184,130,65); }

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

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

 a { background-color: rgb(184,130,65); }

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

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

 span { border-color: rgb(184,130,65); }

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