#B88343

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

Shades of Marigold #B88343

Tints of Marigold #B88343

Color information

#B88343 (or 0xB88343) is unknown color: approx Marigold. HEX triplet: B8, 83 and 43. RGB value is (184,131,67). Sum of RGB (Red+Green+Blue) = 184+131+67=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B88343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88343 is #477CBC. Grayscale: #8B8B8B. Windows color (decimal): -4684989 or 4424632. OLE color: 4424632.

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

Color convert

RGB18413167-
CMYK00.290.640.28
HSL32.82º46.61%49.22%-
HSV(B)32.82º63.59%72.16%-
XYZ28.926.838.97-
YUV139.5587.06159.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.17%
GREEN value IS 131 (51.56% from 255) = 34.29%
BLUE value IS 67 (26.56% from 255) = 17.54%
R=48.17%
G=34.29%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841316700.290.640.2832.8246.6149.22
HexB8834301D401C212f31
Octal27020310303510034415761
Binary10111000100000111000011011101100000011100100001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88343; }

 p { color: rgb(184,131,67); }

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

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

 a { background-color: rgb(184,131,67); }

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

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

 span { border-color: rgb(184,131,67); }

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