#B78C43

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

Shades of Marigold #B78C43

Tints of Marigold #B78C43

Color information

#B78C43 (or 0xB78C43) is unknown color: approx Marigold. HEX triplet: B7, 8C and 43. RGB value is (183,140,67). Sum of RGB (Red+Green+Blue) = 183+140+67=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78C43 is #4873BC. Grayscale: #909090. Windows color (decimal): -4748221 or 4426935. OLE color: 4426935.

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

Color convert

RGB18314067-
CMYK00.230.630.28
HSL37.76º46.4%49.02%-
HSV(B)37.76º63.39%71.76%-
XYZ29.9229.239.37-
YUV144.5484.25155.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 140 (55.08% from 255) = 35.90%
BLUE value IS 67 (26.56% from 255) = 17.18%
R=46.92%
G=35.90%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831406700.230.630.2837.7646.449.02
HexB78C430173F1C262e31
Octal2672141030277734465661
Binary1011011110001100100001101011111111111100100110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78C43; }

 p { color: rgb(183,140,67); }

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

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

 a { background-color: rgb(183,140,67); }

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

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

 span { border-color: rgb(183,140,67); }

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