#B8843D

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

Shades of Marigold #B8843D

Tints of Marigold #B8843D

Color information

#B8843D (or 0xB8843D) is unknown color: approx Marigold. HEX triplet: B8, 84 and 3D. RGB value is (184,132,61). Sum of RGB (Red+Green+Blue) = 184+132+61=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8843D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8843D is #477BC2. Grayscale: #8B8B8B. Windows color (decimal): -4684739 or 4031672. OLE color: 4031672.

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

Color convert

RGB18413261-
CMYK00.280.670.28
HSL34.63º50.2%48.04%-
HSV(B)34.63º66.85%72.16%-
XYZ28.8627.038.11-
YUV139.4583.73159.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.81%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 61 (24.22% from 255) = 16.18%
R=48.81%
G=35.01%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841326100.280.670.2834.6350.248.04
HexB8843D01C431C233230
Octal2702047503410334436260
Binary1011100010000100111101011100100001111100100011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8843D; }

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

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

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

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

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

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

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

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