#B78D3D

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

Shades of Marigold #B78D3D

Tints of Marigold #B78D3D

Color information

#B78D3D (or 0xB78D3D) is unknown color: approx Marigold. HEX triplet: B7, 8D and 3D. RGB value is (183,141,61). Sum of RGB (Red+Green+Blue) = 183+141+61=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78D3D is #4872C2. Grayscale: #909090. Windows color (decimal): -4747971 or 4033975. OLE color: 4033975.

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

Color convert

RGB18314161-
CMYK00.230.670.28
HSL39.34º50%47.84%-
HSV(B)39.34º66.67%71.76%-
XYZ29.929.458.52-
YUV144.4480.91155.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 141 (55.47% from 255) = 36.62%
BLUE value IS 61 (24.22% from 255) = 15.84%
R=47.53%
G=36.62%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831416100.230.670.2839.345047.84
HexB78D3D017431C273230
Octal2672157502710334476260
Binary1011011110001101111101010111100001111100100111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78D3D; }

 p { color: rgb(183,141,61); }

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

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

 a { background-color: rgb(183,141,61); }

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

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

 span { border-color: rgb(183,141,61); }

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