#B78E41

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

Shades of Marigold #B78E41

Tints of Marigold #B78E41

Color information

#B78E41 (or 0xB78E41) is unknown color: approx Marigold. HEX triplet: B7, 8E and 41. RGB value is (183,142,65). Sum of RGB (Red+Green+Blue) = 183+142+65=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B78E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78E41 is #4871BE. Grayscale: #919191. Windows color (decimal): -4747711 or 4296375. OLE color: 4296375.

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

Color convert

RGB18314265-
CMYK00.220.640.28
HSL39.15º47.58%48.63%-
HSV(B)39.15º64.48%71.76%-
XYZ30.1629.799.16-
YUV145.4882.58154.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 142 (55.86% from 255) = 36.41%
BLUE value IS 65 (25.78% from 255) = 16.67%
R=46.92%
G=36.41%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831426500.220.640.2839.1547.5848.63
HexB78E41016401C273031
Octal26721610102610034476061
Binary10110111100011101000001010110100000011100100111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78E41; }

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

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

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

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

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

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

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

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