#B5813E

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

Shades of Marigold #B5813E

Tints of Marigold #B5813E

Color information

#B5813E (or 0xB5813E) is unknown color: approx Marigold. HEX triplet: B5, 81 and 3E. RGB value is (181,129,62). Sum of RGB (Red+Green+Blue) = 181+129+62=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5813E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5813E is #4A7EC1. Grayscale: #898989. Windows color (decimal): -4882114 or 4096437. OLE color: 4096437.

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

Color convert

RGB18112962-
CMYK00.290.660.29
HSL33.78º48.97%47.65%-
HSV(B)33.78º65.75%70.98%-
XYZ27.7825.878.09-
YUV136.9185.73159.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.66%
GREEN value IS 129 (50.78% from 255) = 34.68%
BLUE value IS 62 (24.61% from 255) = 16.67%
R=48.66%
G=34.68%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811296200.290.660.2933.7848.9747.65
HexB5813E01D421D223130
Octal2652017603510235426160
Binary1011010110000001111110011101100001011101100010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5813E; }

 p { color: rgb(181,129,62); }

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

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

 a { background-color: rgb(181,129,62); }

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

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

 span { border-color: rgb(181,129,62); }

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