#B48B38

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

Shades of Marigold #B48B38

Tints of Marigold #B48B38

Color information

#B48B38 (or 0xB48B38) is unknown color: approx Marigold. HEX triplet: B4, 8B and 38. RGB value is (180,139,56). Sum of RGB (Red+Green+Blue) = 180+139+56=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48B38 is #4B74C7. Grayscale: #8E8E8E. Windows color (decimal): -4945096 or 3705780. OLE color: 3705780.

HSL color Cylindrical-coordinate representation of color #B48B38: hue angle of 40.16º 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 #B48B38 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB18013956-
CMYK00.230.690.29
HSL40.16º52.54%46.27%-
HSV(B)40.16º68.89%70.59%-
XYZ28.7728.457.72-
YUV141.879.58155.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 139 (54.69% from 255) = 37.07%
BLUE value IS 56 (22.27% from 255) = 14.93%
R=48%
G=37.07%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801395600.230.690.2940.1652.5446.27
HexB48B38017451D28352e
Octal2642137002710535506556
Binary1011010010001011111000010111100010111101101000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B38; }

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

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

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

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

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

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

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

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