#B78243

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

Shades of Marigold #B78243

Tints of Marigold #B78243

Color information

#B78243 (or 0xB78243) is unknown color: approx Marigold. HEX triplet: B7, 82 and 43. RGB value is (183,130,67). Sum of RGB (Red+Green+Blue) = 183+130+67=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B78243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78243 is #487DBC. Grayscale: #8A8A8A. Windows color (decimal): -4750781 or 4424375. OLE color: 4424375.

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

Color convert

RGB18313067-
CMYK00.290.630.28
HSL32.59º46.4%49.02%-
HSV(B)32.59º63.39%71.76%-
XYZ28.5226.448.91-
YUV138.6687.56159.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.16%
GREEN value IS 130 (51.17% from 255) = 34.21%
BLUE value IS 67 (26.56% from 255) = 17.63%
R=48.16%
G=34.21%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831306700.290.630.2832.5946.449.02
HexB7824301D3F1C212e31
Octal2672021030357734415661
Binary1011011110000010100001101110111111111100100001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78243; }

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

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

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

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

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

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

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

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