#B48938

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

Shades of Marigold #B48938

Tints of Marigold #B48938

Color information

#B48938 (or 0xB48938) is unknown color: approx Marigold. HEX triplet: B4, 89 and 38. RGB value is (180,137,56). Sum of RGB (Red+Green+Blue) = 180+137+56=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B48938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48938 is #4B76C7. Grayscale: #8C8C8C. Windows color (decimal): -4945608 or 3705268. OLE color: 3705268.

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

Color convert

RGB18013756-
CMYK00.240.690.29
HSL39.19º52.54%46.27%-
HSV(B)39.19º68.89%70.59%-
XYZ28.4827.887.62-
YUV140.6280.25156.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 56 (22.27% from 255) = 15.01%
R=48.26%
G=36.73%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801375600.240.690.2939.1952.5446.27
HexB48938018451D27352e
Octal2642117003010535476556
Binary1011010010001001111000011000100010111101100111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48938; }

 p { color: rgb(180,137,56); }

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

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

 a { background-color: rgb(180,137,56); }

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

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

 span { border-color: rgb(180,137,56); }

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