#b48442

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

Shades of Marigold #B48442

Tints of Marigold #B48442

Color information

#B48442 (or 0xB48442) is unknown color: approx Marigold. HEX triplet: B4, 84 and 42. RGB value is (180,132,66). Sum of RGB (Red+Green+Blue) = 180+132+66=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B48442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48442 is #4B7BBD. Grayscale: #8B8B8B. Windows color (decimal): -4946878 or 4359348. OLE color: 4359348.

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

Color convert

RGB18013266-
CMYK00.270.630.29
HSL34.74º46.34%48.24%-
HSV(B)34.74º63.33%70.59%-
XYZ28.0626.68.81-
YUV138.8386.9157.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 66 (26.17% from 255) = 17.46%
R=47.62%
G=34.92%
B=17.46%

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
Decimal1801326600.270.630.2934.7446.3448.24
HexB4844201B3F1D232e30
Octal2642041020337735435660
Binary1011010010000100100001001101111111111101100011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b48442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b48442; }

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

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

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

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

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

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

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

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