#B48342

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

Shades of Marigold #B48342

Tints of Marigold #B48342

Color information

#B48342 (or 0xB48342) is unknown color: approx Marigold. HEX triplet: B4, 83 and 42. RGB value is (180,131,66). Sum of RGB (Red+Green+Blue) = 180+131+66=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B48342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48342 is #4B7CBD. Grayscale: #8A8A8A. Windows color (decimal): -4947134 or 4359092. OLE color: 4359092.

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

Color convert

RGB18013166-
CMYK00.270.630.29
HSL34.21º46.34%48.24%-
HSV(B)34.21º63.33%70.59%-
XYZ27.9226.338.76-
YUV138.2487.23157.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 131 (51.56% from 255) = 34.75%
BLUE value IS 66 (26.17% from 255) = 17.51%
R=47.75%
G=34.75%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801316600.270.630.2934.2146.3448.24
HexB4834201B3F1D222e30
Octal2642031020337735425660
Binary1011010010000011100001001101111111111101100010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48342; }

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

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

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

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

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

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

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

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