#B17E40

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

Shades of Marigold #B17E40

Tints of Marigold #B17E40

Color information

#B17E40 (or 0xB17E40) is unknown color: approx Marigold. HEX triplet: B1, 7E and 40. RGB value is (177,126,64). Sum of RGB (Red+Green+Blue) = 177+126+64=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17E40 is #4E81BF. Grayscale: #868686. Windows color (decimal): -5145024 or 4226737. OLE color: 4226737.

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

Color convert

RGB17712664-
CMYK00.290.640.31
HSL32.92º46.89%47.25%-
HSV(B)32.92º63.84%69.41%-
XYZ26.5224.648.21-
YUV134.1888.4158.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 126 (49.61% from 255) = 34.33%
BLUE value IS 64 (25.39% from 255) = 17.44%
R=48.23%
G=34.33%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771266400.290.640.3132.9246.8947.25
HexB17E4001D401F212f2f
Octal26117610003510037415757
Binary1011000111111101000000011101100000011111100001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17E40; }

 p { color: rgb(177,126,64); }

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

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

 a { background-color: rgb(177,126,64); }

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

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

 span { border-color: rgb(177,126,64); }

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