#B17F42

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

Shades of Marigold #B17F42

Tints of Marigold #B17F42

Color information

#B17F42 (or 0xB17F42) is unknown color: approx Marigold. HEX triplet: B1, 7F and 42. RGB value is (177,127,66). Sum of RGB (Red+Green+Blue) = 177+127+66=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17F42 is #4E80BD. Grayscale: #878787. Windows color (decimal): -5144766 or 4358065. OLE color: 4358065.

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

Color convert

RGB17712766-
CMYK00.280.630.31
HSL32.97º45.68%47.65%-
HSV(B)32.97º62.71%69.41%-
XYZ26.724.928.56-
YUV13589.06157.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 127 (50% from 255) = 34.32%
BLUE value IS 66 (26.17% from 255) = 17.84%
R=47.84%
G=34.32%
B=17.84%

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
Decimal1771276600.280.630.3132.9745.6847.65
HexB17F4201C3F1F212e30
Octal2611771020347737415660
Binary101100011111111100001001110011111111111100001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17F42; }

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

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

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

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

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

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

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

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