#B4843E

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

Shades of Marigold #B4843E

Tints of Marigold #B4843E

Color information

#B4843E (or 0xB4843E) is unknown color: approx Marigold. HEX triplet: B4, 84 and 3E. RGB value is (180,132,62). Sum of RGB (Red+Green+Blue) = 180+132+62=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B4843E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4843E is #4B7BC1. Grayscale: #8A8A8A. Windows color (decimal): -4946882 or 4097204. OLE color: 4097204.

HSL color Cylindrical-coordinate representation of color #B4843E: hue angle of 35.59º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4843E is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB18013262-
CMYK00.270.660.29
HSL35.59º48.76%47.45%-
HSV(B)35.59º65.56%70.59%-
XYZ27.9426.558.21-
YUV138.3784.9157.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.13%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 62 (24.61% from 255) = 16.58%
R=48.13%
G=35.29%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801326200.270.660.2935.5948.7647.45
HexB4843E01B421D24312f
Octal2642047603310235446157
Binary1011010010000100111110011011100001011101100100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4843E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4843E; }

 p { color: rgb(180,132,62); }

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

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

 a { background-color: rgb(180,132,62); }

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

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

 span { border-color: rgb(180,132,62); }

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