#B17F3C

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

Shades of Marigold #B17F3C

Tints of Marigold #B17F3C

Color information

#B17F3C (or 0xB17F3C) is unknown color: approx Marigold. HEX triplet: B1, 7F and 3C. RGB value is (177,127,60). Sum of RGB (Red+Green+Blue) = 177+127+60=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17F3C is #4E80C3. Grayscale: #868686. Windows color (decimal): -5144772 or 3964849. OLE color: 3964849.

HSL color Cylindrical-coordinate representation of color #B17F3C: hue angle of 34.36º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B17F3C is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17712760-
CMYK00.280.660.31
HSL34.36º49.37%46.47%-
HSV(B)34.36º66.1%69.41%-
XYZ26.5424.857.67-
YUV134.3186.06158.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.63%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 60 (23.83% from 255) = 16.48%
R=48.63%
G=34.89%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771276000.280.660.3134.3649.3746.47
HexB17F3C01C421F22312e
Octal2611777403410237426156
Binary101100011111111111100011100100001011111100010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17F3C; }

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

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

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

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

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

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

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

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