#B17F41

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

Shades of Marigold #B17F41

Tints of Marigold #B17F41

Color information

#B17F41 (or 0xB17F41) is unknown color: approx Marigold. HEX triplet: B1, 7F and 41. RGB value is (177,127,65). Sum of RGB (Red+Green+Blue) = 177+127+65=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17F41 is #4E80BE. Grayscale: #878787. Windows color (decimal): -5144767 or 4292529. OLE color: 4292529.

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

Color convert

RGB17712765-
CMYK00.280.630.31
HSL33.21º46.28%47.45%-
HSV(B)33.21º63.28%69.41%-
XYZ26.6724.918.4-
YUV134.8888.56158.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 127 (50% from 255) = 34.42%
BLUE value IS 65 (25.78% from 255) = 17.62%
R=47.97%
G=34.42%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771276500.280.630.3133.2146.2847.45
HexB17F4101C3F1F212e2f
Octal2611771010347737415657
Binary101100011111111100000101110011111111111100001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17F41; }

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

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

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

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

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

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

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

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