#B4863E

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

Shades of Marigold #B4863E

Tints of Marigold #B4863E

Color information

#B4863E (or 0xB4863E) is unknown color: approx Marigold. HEX triplet: B4, 86 and 3E. RGB value is (180,134,62). Sum of RGB (Red+Green+Blue) = 180+134+62=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4863E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4863E is #4B79C1. Grayscale: #8B8B8B. Windows color (decimal): -4946370 or 4097716. OLE color: 4097716.

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

Color convert

RGB18013462-
CMYK00.260.660.29
HSL36.61º48.76%47.45%-
HSV(B)36.61º65.56%70.59%-
XYZ28.2227.18.3-
YUV139.5584.24156.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 62 (24.61% from 255) = 16.49%
R=47.87%
G=35.64%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801346200.260.660.2936.6148.7647.45
HexB4863E01A421D25312f
Octal2642067603210235456157
Binary1011010010000110111110011010100001011101100101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4863E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4863E; }

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

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

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

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

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

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

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

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