#B78A45

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

Shades of Marigold #B78A45

Tints of Marigold #B78A45

Color information

#B78A45 (or 0xB78A45) is unknown color: approx Marigold. HEX triplet: B7, 8A and 45. RGB value is (183,138,69). Sum of RGB (Red+Green+Blue) = 183+138+69=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A45 is #4875BA. Grayscale: #8F8F8F. Windows color (decimal): -4748731 or 4557495. OLE color: 4557495.

HSL color Cylindrical-coordinate representation of color #B78A45: hue angle of 36.32º 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 #B78A45 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB18313869-
CMYK00.250.620.28
HSL36.32º45.24%49.41%-
HSV(B)36.32º62.3%71.76%-
XYZ29.6928.679.6-
YUV143.5985.91156.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 138 (54.30% from 255) = 35.38%
BLUE value IS 69 (27.34% from 255) = 17.69%
R=46.92%
G=35.38%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831386900.250.620.2836.3245.2449.41
HexB78A450193E1C242d31
Octal2672121050317634445561
Binary1011011110001010100010101100111111011100100100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78A45; }

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

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

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

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

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

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

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

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