#B48642

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

Shades of Marigold #B48642

Tints of Marigold #B48642

Color information

#B48642 (or 0xB48642) is unknown color: approx Marigold. HEX triplet: B4, 86 and 42. RGB value is (180,134,66). Sum of RGB (Red+Green+Blue) = 180+134+66=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B48642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48642 is #4B79BD. Grayscale: #8C8C8C. Windows color (decimal): -4946366 or 4359860. OLE color: 4359860.

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

Color convert

RGB18013466-
CMYK00.260.630.29
HSL35.79º46.34%48.24%-
HSV(B)35.79º63.33%70.59%-
XYZ28.3327.158.9-
YUV14086.24156.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 66 (26.17% from 255) = 17.37%
R=47.37%
G=35.26%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801346600.260.630.2935.7946.3448.24
HexB4864201A3F1D242e30
Octal2642061020327735445660
Binary1011010010000110100001001101011111111101100100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48642; }

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

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

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

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

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

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

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

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