#B48B41

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

Shades of Marigold #B48B41

Tints of Marigold #B48B41

Color information

#B48B41 (or 0xB48B41) is unknown color: approx Marigold. HEX triplet: B4, 8B and 41. RGB value is (180,139,65). Sum of RGB (Red+Green+Blue) = 180+139+65=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48B41 is #4B74BE. Grayscale: #8F8F8F. Windows color (decimal): -4945087 or 4295604. OLE color: 4295604.

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

Color convert

RGB18013965-
CMYK00.230.640.29
HSL38.61º46.94%48.04%-
HSV(B)38.61º63.89%70.59%-
XYZ29.0128.558.98-
YUV142.8284.08154.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 139 (54.69% from 255) = 36.20%
BLUE value IS 65 (25.78% from 255) = 16.93%
R=46.88%
G=36.20%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801396500.230.640.2938.6146.9448.04
HexB48B41017401D272f30
Octal26421310102710035475760
Binary10110100100010111000001010111100000011101100111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B41; }

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

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

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

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

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

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

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

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