#B18942

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

Shades of Marigold #B18942

Tints of Marigold #B18942

Color information

#B18942 (or 0xB18942) is unknown color: approx Marigold. HEX triplet: B1, 89 and 42. RGB value is (177,137,66). Sum of RGB (Red+Green+Blue) = 177+137+66=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B18942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18942 is #4E76BD. Grayscale: #8D8D8D. Windows color (decimal): -5142206 or 4360625. OLE color: 4360625.

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

Color convert

RGB17713766-
CMYK00.230.630.31
HSL38.38º45.68%47.65%-
HSV(B)38.38º62.71%69.41%-
XYZ28.0627.639.01-
YUV140.8785.75153.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.58%
GREEN value IS 137 (53.91% from 255) = 36.05%
BLUE value IS 66 (26.17% from 255) = 17.37%
R=46.58%
G=36.05%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771376600.230.630.3138.3845.6847.65
HexB189420173F1F262e30
Octal2612111020277737465660
Binary1011000110001001100001001011111111111111100110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18942; }

 p { color: rgb(177,137,66); }

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

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

 a { background-color: rgb(177,137,66); }

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

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

 span { border-color: rgb(177,137,66); }

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