#B37E3C

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

Shades of Marigold #B37E3C

Tints of Marigold #B37E3C

Color information

#B37E3C (or 0xB37E3C) is unknown color: approx Marigold. HEX triplet: B3, 7E and 3C. RGB value is (179,126,60). Sum of RGB (Red+Green+Blue) = 179+126+60=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37E3C is #4C81C3. Grayscale: #868686. Windows color (decimal): -5013956 or 3964595. OLE color: 3964595.

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

Color convert

RGB17912660-
CMYK00.300.660.30
HSL33.28º49.79%46.86%-
HSV(B)33.28º66.48%70.2%-
XYZ26.8724.837.65-
YUV134.3286.06159.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.04%
GREEN value IS 126 (49.61% from 255) = 34.52%
BLUE value IS 60 (23.83% from 255) = 16.44%
R=49.04%
G=34.52%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791266000.300.660.3033.2849.7946.86
HexB37E3C01E421E21322f
Octal2631767403610236416257
Binary101100111111110111100011110100001011110100001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37E3C; }

 p { color: rgb(179,126,60); }

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

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

 a { background-color: rgb(179,126,60); }

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

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

 span { border-color: rgb(179,126,60); }

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