#B48742

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

Shades of Marigold #B48742

Tints of Marigold #B48742

Color information

#B48742 (or 0xB48742) is unknown color: approx Marigold. HEX triplet: B4, 87 and 42. RGB value is (180,135,66). Sum of RGB (Red+Green+Blue) = 180+135+66=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B48742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48742 is #4B78BD. Grayscale: #8C8C8C. Windows color (decimal): -4946110 or 4360116. OLE color: 4360116.

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

Color convert

RGB18013566-
CMYK00.250.630.29
HSL36.32º46.34%48.24%-
HSV(B)36.32º63.33%70.59%-
XYZ28.4727.428.95-
YUV140.5985.91156.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 135 (53.12% from 255) = 35.43%
BLUE value IS 66 (26.17% from 255) = 17.32%
R=47.24%
G=35.43%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801356600.250.630.2936.3246.3448.24
HexB487420193F1D242e30
Octal2642071020317735445660
Binary1011010010000111100001001100111111111101100100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48742; }

 p { color: rgb(180,135,66); }

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

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

 a { background-color: rgb(180,135,66); }

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

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

 span { border-color: rgb(180,135,66); }

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