#B4863B

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

Shades of Marigold #B4863B

Tints of Marigold #B4863B

Color information

#B4863B (or 0xB4863B) is unknown color: approx Marigold. HEX triplet: B4, 86 and 3B. RGB value is (180,134,59). Sum of RGB (Red+Green+Blue) = 180+134+59=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B4863B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4863B is #4B79C4. Grayscale: #8B8B8B. Windows color (decimal): -4946373 or 3901108. OLE color: 3901108.

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

Color convert

RGB18013459-
CMYK00.260.670.29
HSL37.19º50.63%46.86%-
HSV(B)37.19º67.22%70.59%-
XYZ28.1427.077.88-
YUV139.282.74157.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 59 (23.44% from 255) = 15.82%
R=48.26%
G=35.92%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801345900.260.670.2937.1950.6346.86
HexB4863B01A431D25332f
Octal2642067303210335456357
Binary1011010010000110111011011010100001111101100101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4863B; }

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

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

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

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

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

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

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

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