#B48B39

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

Shades of Marigold #B48B39

Tints of Marigold #B48B39

Color information

#B48B39 (or 0xB48B39) is unknown color: approx Marigold. HEX triplet: B4, 8B and 39. RGB value is (180,139,57). Sum of RGB (Red+Green+Blue) = 180+139+57=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 57 (22.66% from 255 or 15.16% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48B39 is #4B74C6. Grayscale: #8E8E8E. Windows color (decimal): -4945095 or 3771316. OLE color: 3771316.

HSL color Cylindrical-coordinate representation of color #B48B39: hue angle of 40º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B48B39 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB18013957-
CMYK00.230.680.29
HSL40º51.9%46.47%-
HSV(B)40º68.33%70.59%-
XYZ28.7928.467.85-
YUV141.9180.08155.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 139 (54.69% from 255) = 36.97%
BLUE value IS 57 (22.66% from 255) = 15.16%
R=47.87%
G=36.97%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801395700.230.680.294051.946.47
HexB48B39017441D28342e
Octal2642137102710435506456
Binary1011010010001011111001010111100010011101101000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B39; }

 p { color: rgb(180,139,57); }

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

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

 a { background-color: rgb(180,139,57); }

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

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

 span { border-color: rgb(180,139,57); }

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