#B78D45

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

Shades of Marigold #B78D45

Tints of Marigold #B78D45

Color information

#B78D45 (or 0xB78D45) is unknown color: approx Marigold. HEX triplet: B7, 8D and 45. RGB value is (183,141,69). Sum of RGB (Red+Green+Blue) = 183+141+69=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78D45 is #4872BA. Grayscale: #919191. Windows color (decimal): -4747963 or 4558263. OLE color: 4558263.

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

Color convert

RGB18314169-
CMYK00.230.620.28
HSL37.89º45.24%49.41%-
HSV(B)37.89º62.3%71.76%-
XYZ30.1329.559.75-
YUV145.3584.91154.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.56%
GREEN value IS 141 (55.47% from 255) = 35.88%
BLUE value IS 69 (27.34% from 255) = 17.56%
R=46.56%
G=35.88%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831416900.230.620.2837.8945.2449.41
HexB78D450173E1C262d31
Octal2672151050277634465561
Binary1011011110001101100010101011111111011100100110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78D45; }

 p { color: rgb(183,141,69); }

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

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

 a { background-color: rgb(183,141,69); }

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

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

 span { border-color: rgb(183,141,69); }

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