#B78A47

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

Shades of Marigold #B78A47

Tints of Marigold #B78A47

Color information

#B78A47 (or 0xB78A47) is unknown color: approx Marigold. HEX triplet: B7, 8A and 47. RGB value is (183,138,71). Sum of RGB (Red+Green+Blue) = 183+138+71=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A47 is #4875B8. Grayscale: #909090. Windows color (decimal): -4748729 or 4688567. OLE color: 4688567.

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

Color convert

RGB18313871-
CMYK00.250.610.28
HSL35.89º44.09%49.8%-
HSV(B)35.89º61.2%71.76%-
XYZ29.7528.79.93-
YUV143.8286.91155.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 71 (28.12% from 255) = 18.11%
R=46.68%
G=35.20%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831387100.250.610.2835.8944.0949.8
HexB78A470193D1C242c32
Octal2672121070317534445462
Binary1011011110001010100011101100111110111100100100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78A47; }

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

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

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

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

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

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

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

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