#B48A41

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

Shades of Marigold #B48A41

Tints of Marigold #B48A41

Color information

#B48A41 (or 0xB48A41) is unknown color: approx Marigold. HEX triplet: B4, 8A and 41. RGB value is (180,138,65). Sum of RGB (Red+Green+Blue) = 180+138+65=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48A41 is #4B75BE. Grayscale: #8E8E8E. Windows color (decimal): -4945343 or 4295348. OLE color: 4295348.

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

Color convert

RGB18013865-
CMYK00.230.640.29
HSL38.09º46.94%48.04%-
HSV(B)38.09º63.89%70.59%-
XYZ28.8728.268.93-
YUV142.2484.41154.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 65 (25.78% from 255) = 16.97%
R=47.00%
G=36.03%
B=16.97%

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
Decimal1801386500.230.640.2938.0946.9448.04
HexB48A41017401D262f30
Octal26421210102710035465760
Binary10110100100010101000001010111100000011101100110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A41; }

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

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

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

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

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

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

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

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