#B5803C

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

Shades of Marigold #B5803C

Tints of Marigold #B5803C

Color information

#B5803C (or 0xB5803C) is unknown color: approx Marigold. HEX triplet: B5, 80 and 3C. RGB value is (181,128,60). Sum of RGB (Red+Green+Blue) = 181+128+60=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B5803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5803C is #4A7FC3. Grayscale: #888888. Windows color (decimal): -4882372 or 3965109. OLE color: 3965109.

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

Color convert

RGB18112860-
CMYK00.290.670.29
HSL33.72º50.21%47.25%-
HSV(B)33.72º66.85%70.98%-
XYZ27.5925.597.76-
YUV136.185.06160.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 60 (23.83% from 255) = 16.26%
R=49.05%
G=34.69%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811286000.290.670.2933.7250.2147.25
HexB5803C01D431D22322f
Octal2652007403510335426257
Binary1011010110000000111100011101100001111101100010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5803C; }

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

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

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

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

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

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

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

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