#B78A41

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

Shades of Marigold #B78A41

Tints of Marigold #B78A41

Color information

#B78A41 (or 0xB78A41) is unknown color: approx Marigold. HEX triplet: B7, 8A and 41. RGB value is (183,138,65). Sum of RGB (Red+Green+Blue) = 183+138+65=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A41 is #4875BE. Grayscale: #8F8F8F. Windows color (decimal): -4748735 or 4295351. OLE color: 4295351.

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

Color convert

RGB18313865-
CMYK00.250.640.28
HSL37.12º47.58%48.63%-
HSV(B)37.12º64.48%71.76%-
XYZ29.5728.638.97-
YUV143.1383.91156.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 138 (54.30% from 255) = 35.75%
BLUE value IS 65 (25.78% from 255) = 16.84%
R=47.41%
G=35.75%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831386500.250.640.2837.1247.5848.63
HexB78A41019401C253031
Octal26721210103110034456061
Binary10110111100010101000001011001100000011100100101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78A41; }

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

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

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

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

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

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

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

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