#B57F3B

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

Shades of Marigold #B57F3B

Tints of Marigold #B57F3B

Color information

#B57F3B (or 0xB57F3B) is unknown color: approx Marigold. HEX triplet: B5, 7F and 3B. RGB value is (181,127,59). Sum of RGB (Red+Green+Blue) = 181+127+59=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57F3B is #4A80C4. Grayscale: #878787. Windows color (decimal): -4882629 or 3899317. OLE color: 3899317.

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

Color convert

RGB18112759-
CMYK00.300.670.29
HSL33.44º50.83%47.06%-
HSV(B)33.44º67.4%70.98%-
XYZ27.4325.327.58-
YUV135.3984.89160.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 127 (50% from 255) = 34.60%
BLUE value IS 59 (23.44% from 255) = 16.08%
R=49.32%
G=34.60%
B=16.08%

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
Decimal1811275900.300.670.2933.4450.8347.06
HexB57F3B01E431D21332f
Octal2651777303610335416357
Binary101101011111111111011011110100001111101100001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57F3B; }

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

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

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

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

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

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

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

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