#B78641

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

Shades of Marigold #B78641

Tints of Marigold #B78641

Color information

#B78641 (or 0xB78641) is unknown color: approx Marigold. HEX triplet: B7, 86 and 41. RGB value is (183,134,65). Sum of RGB (Red+Green+Blue) = 183+134+65=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B78641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78641 is #4879BE. Grayscale: #8D8D8D. Windows color (decimal): -4749759 or 4294327. OLE color: 4294327.

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

Color convert

RGB18313465-
CMYK00.270.640.28
HSL35.08º47.58%48.63%-
HSV(B)35.08º64.48%71.76%-
XYZ29.0127.58.78-
YUV140.7885.23158.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.91%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 65 (25.78% from 255) = 17.02%
R=47.91%
G=35.08%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831346500.270.640.2835.0847.5848.63
HexB7864101B401C233031
Octal26720610103310034436061
Binary10110111100001101000001011011100000011100100011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78641; }

 p { color: rgb(183,134,65); }

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

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

 a { background-color: rgb(183,134,65); }

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

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

 span { border-color: rgb(183,134,65); }

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