#B5813D

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

Shades of Marigold #B5813D

Tints of Marigold #B5813D

Color information

#B5813D (or 0xB5813D) is unknown color: approx Marigold. HEX triplet: B5, 81 and 3D. RGB value is (181,129,61). Sum of RGB (Red+Green+Blue) = 181+129+61=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5813D is #4A7EC2. Grayscale: #898989. Windows color (decimal): -4882115 or 4030901. OLE color: 4030901.

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

Color convert

RGB18112961-
CMYK00.290.660.29
HSL34º49.59%47.45%-
HSV(B)34º66.3%70.98%-
XYZ27.7525.867.94-
YUV136.885.23159.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 61 (24.22% from 255) = 16.44%
R=48.79%
G=34.77%
B=16.44%

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
Decimal1811296100.290.660.293449.5947.45
HexB5813D01D421D22322f
Octal2652017503510235426257
Binary1011010110000001111101011101100001011101100010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5813D; }

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

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

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

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

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

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

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

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