#B57F3C

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

Shades of Marigold #B57F3C

Tints of Marigold #B57F3C

Color information

#B57F3C (or 0xB57F3C) is unknown color: approx Marigold. HEX triplet: B5, 7F and 3C. RGB value is (181,127,60). Sum of RGB (Red+Green+Blue) = 181+127+60=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57F3C is #4A80C3. Grayscale: #878787. Windows color (decimal): -4882628 or 3964853. OLE color: 3964853.

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

Color convert

RGB18112760-
CMYK00.300.670.29
HSL33.22º50.21%47.25%-
HSV(B)33.22º66.85%70.98%-
XYZ27.4625.337.72-
YUV135.5185.39160.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.18%
GREEN value IS 127 (50% from 255) = 34.51%
BLUE value IS 60 (23.83% from 255) = 16.30%
R=49.18%
G=34.51%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811276000.300.670.2933.2250.2147.25
HexB57F3C01E431D21322f
Octal2651777403610335416257
Binary101101011111111111100011110100001111101100001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57F3C; }

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

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

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

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

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

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

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

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