#B48C41

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

Shades of Marigold #B48C41

Tints of Marigold #B48C41

Color information

#B48C41 (or 0xB48C41) is unknown color: approx Marigold. HEX triplet: B4, 8C and 41. RGB value is (180,140,65). Sum of RGB (Red+Green+Blue) = 180+140+65=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48C41 is #4B73BE. Grayscale: #8F8F8F. Windows color (decimal): -4944831 or 4295860. OLE color: 4295860.

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

Color convert

RGB18014065-
CMYK00.220.640.29
HSL39.13º46.94%48.04%-
HSV(B)39.13º63.89%70.59%-
XYZ29.1528.849.03-
YUV143.4183.75154.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 140 (55.08% from 255) = 36.36%
BLUE value IS 65 (25.78% from 255) = 16.88%
R=46.75%
G=36.36%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801406500.220.640.2939.1346.9448.04
HexB48C41016401D272f30
Octal26421410102610035475760
Binary10110100100011001000001010110100000011101100111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48C41; }

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

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

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

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

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

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

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

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