#B5873A

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

Shades of Marigold #B5873A

Tints of Marigold #B5873A

Color information

#B5873A (or 0xB5873A) is unknown color: approx Marigold. HEX triplet: B5, 87 and 3A. RGB value is (181,135,58). Sum of RGB (Red+Green+Blue) = 181+135+58=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B5873A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5873A is #4A78C5. Grayscale: #8C8C8C. Windows color (decimal): -4880582 or 3835829. OLE color: 3835829.

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

Color convert

RGB18113558-
CMYK00.250.680.29
HSL37.56º51.46%46.86%-
HSV(B)37.56º67.96%70.98%-
XYZ28.4827.467.8-
YUV139.9881.74157.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.40%
GREEN value IS 135 (53.12% from 255) = 36.10%
BLUE value IS 58 (23.05% from 255) = 15.51%
R=48.40%
G=36.10%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811355800.250.680.2937.5651.4646.86
HexB5873A019441D26332f
Octal2652077203110435466357
Binary1011010110000111111010011001100010011101100110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5873A; }

 p { color: rgb(181,135,58); }

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

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

 a { background-color: rgb(181,135,58); }

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

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

 span { border-color: rgb(181,135,58); }

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