#B88442

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

Shades of Marigold #B88442

Tints of Marigold #B88442

Color information

#B88442 (or 0xB88442) is unknown color: approx Marigold. HEX triplet: B8, 84 and 42. RGB value is (184,132,66). Sum of RGB (Red+Green+Blue) = 184+132+66=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B88442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88442 is #477BBD. Grayscale: #8C8C8C. Windows color (decimal): -4684734 or 4359352. OLE color: 4359352.

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

Color convert

RGB18413266-
CMYK00.280.640.28
HSL33.56º47.2%49.02%-
HSV(B)33.56º64.13%72.16%-
XYZ2927.098.85-
YUV140.0286.23159.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.17%
GREEN value IS 132 (51.95% from 255) = 34.55%
BLUE value IS 66 (26.17% from 255) = 17.28%
R=48.17%
G=34.55%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841326600.280.640.2833.5647.249.02
HexB8844201C401C222f31
Octal27020410203410034425761
Binary10111000100001001000010011100100000011100100010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88442; }

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

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

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

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

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

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

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

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