#B37F41

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

Shades of Marigold #B37F41

Tints of Marigold #B37F41

Color information

#B37F41 (or 0xB37F41) is unknown color: approx Marigold. HEX triplet: B3, 7F and 41. RGB value is (179,127,65). Sum of RGB (Red+Green+Blue) = 179+127+65=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37F41 is #4C80BE. Grayscale: #878787. Windows color (decimal): -5013695 or 4292531. OLE color: 4292531.

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

Color convert

RGB17912765-
CMYK00.290.640.30
HSL32.63º46.72%47.84%-
HSV(B)32.63º63.69%70.2%-
XYZ27.1325.148.42-
YUV135.4888.23159.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.25%
GREEN value IS 127 (50% from 255) = 34.23%
BLUE value IS 65 (25.78% from 255) = 17.52%
R=48.25%
G=34.23%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791276500.290.640.3032.6346.7247.84
HexB37F4101D401E212f30
Octal26317710103510036415760
Binary1011001111111111000001011101100000011110100001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37F41; }

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

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

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

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

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

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

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

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