#B5803D

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

Shades of Marigold #B5803D

Tints of Marigold #B5803D

Color information

#B5803D (or 0xB5803D) is unknown color: approx Marigold. HEX triplet: B5, 80 and 3D. RGB value is (181,128,61). Sum of RGB (Red+Green+Blue) = 181+128+61=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5803D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5803D is #4A7FC2. Grayscale: #888888. Windows color (decimal): -4882371 or 4030645. OLE color: 4030645.

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

Color convert

RGB18112861-
CMYK00.290.660.29
HSL33.5º49.59%47.45%-
HSV(B)33.5º66.3%70.98%-
XYZ27.6225.67.9-
YUV136.2185.56159.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 61 (24.22% from 255) = 16.49%
R=48.92%
G=34.59%
B=16.49%

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
Decimal1811286100.290.660.2933.549.5947.45
HexB5803D01D421D22322f
Octal2652007503510235426257
Binary1011010110000000111101011101100001011101100010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5803D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5803D; }

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

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

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

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

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

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

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

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