#B4853E

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

Shades of Marigold #B4853E

Tints of Marigold #B4853E

Color information

#B4853E (or 0xB4853E) is unknown color: approx Marigold. HEX triplet: B4, 85 and 3E. RGB value is (180,133,62). Sum of RGB (Red+Green+Blue) = 180+133+62=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4853E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4853E is #4B7AC1. Grayscale: #8B8B8B. Windows color (decimal): -4946626 or 4097460. OLE color: 4097460.

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

Color convert

RGB18013362-
CMYK00.260.660.29
HSL36.1º48.76%47.45%-
HSV(B)36.1º65.56%70.59%-
XYZ28.0826.838.26-
YUV138.9684.57157.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 62 (24.61% from 255) = 16.53%
R=48%
G=35.47%
B=16.53%

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
Decimal1801336200.260.660.2936.148.7647.45
HexB4853E01A421D24312f
Octal2642057603210235446157
Binary1011010010000101111110011010100001011101100100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4853E; }

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

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

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

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

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

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

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

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