#B5813F

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

Shades of Marigold #B5813F

Tints of Marigold #B5813F

Color information

#B5813F (or 0xB5813F) is unknown color: approx Marigold. HEX triplet: B5, 81 and 3F. RGB value is (181,129,63). Sum of RGB (Red+Green+Blue) = 181+129+63=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5813F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5813F is #4A7EC0. Grayscale: #898989. Windows color (decimal): -4882113 or 4161973. OLE color: 4161973.

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

Color convert

RGB18112963-
CMYK00.290.650.29
HSL33.56º48.36%47.84%-
HSV(B)33.56º65.19%70.98%-
XYZ27.825.888.23-
YUV137.0286.23159.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 129 (50.78% from 255) = 34.58%
BLUE value IS 63 (25% from 255) = 16.89%
R=48.53%
G=34.58%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811296300.290.650.2933.5648.3647.84
HexB5813F01D411D223030
Octal2652017703510135426060
Binary1011010110000001111111011101100000111101100010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5813F; }

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

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

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

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

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

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

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

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