#B48041

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

Shades of Marigold #B48041

Tints of Marigold #B48041

Color information

#B48041 (or 0xB48041) is unknown color: approx Marigold. HEX triplet: B4, 80 and 41. RGB value is (180,128,65). Sum of RGB (Red+Green+Blue) = 180+128+65=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B48041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48041 is #4B7FBE. Grayscale: #888888. Windows color (decimal): -4947903 or 4292788. OLE color: 4292788.

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

Color convert

RGB18012865-
CMYK00.290.640.29
HSL32.87º46.94%48.04%-
HSV(B)32.87º63.89%70.59%-
XYZ27.525.528.48-
YUV136.3787.73159.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 128 (50.39% from 255) = 34.32%
BLUE value IS 65 (25.78% from 255) = 17.43%
R=48.26%
G=34.32%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801286500.290.640.2932.8746.9448.04
HexB4804101D401D212f30
Octal26420010103510035415760
Binary10110100100000001000001011101100000011101100001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48041; }

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

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

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

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

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

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

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

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