#b78942

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

Shades of Marigold #B78942

Tints of Marigold #B78942

Color information

#B78942 (or 0xB78942) is unknown color: approx Marigold. HEX triplet: B7, 89 and 42. RGB value is (183,137,66). Sum of RGB (Red+Green+Blue) = 183+137+66=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B78942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78942 is #4876BD. Grayscale: #8E8E8E. Windows color (decimal): -4748990 or 4360631. OLE color: 4360631.

HSL color Cylindrical-coordinate representation of color #B78942: hue angle of 36.41º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B78942 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB18313766-
CMYK00.250.640.28
HSL36.41º46.99%48.82%-
HSV(B)36.41º63.93%71.76%-
XYZ29.4628.359.07-
YUV142.6684.74156.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 137 (53.91% from 255) = 35.49%
BLUE value IS 66 (26.17% from 255) = 17.10%
R=47.41%
G=35.49%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831376600.250.640.2836.4146.9948.82
HexB78942019401C242f31
Octal26721110203110034445761
Binary10110111100010011000010011001100000011100100100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b78942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b78942; }

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

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

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

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

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

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

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

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