#B78C3F

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

Shades of Marigold #B78C3F

Tints of Marigold #B78C3F

Color information

#B78C3F (or 0xB78C3F) is unknown color: approx Marigold. HEX triplet: B7, 8C and 3F. RGB value is (183,140,63). Sum of RGB (Red+Green+Blue) = 183+140+63=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78C3F is #4873C0. Grayscale: #909090. Windows color (decimal): -4748225 or 4164791. OLE color: 4164791.

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

Color convert

RGB18314063-
CMYK00.230.660.28
HSL38.5º48.78%48.24%-
HSV(B)38.5º65.57%71.76%-
XYZ29.829.188.76-
YUV144.0882.25155.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 140 (55.08% from 255) = 36.27%
BLUE value IS 63 (25% from 255) = 16.32%
R=47.41%
G=36.27%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831406300.230.660.2838.548.7848.24
HexB78C3F017421C273130
Octal2672147702710234476160
Binary1011011110001100111111010111100001011100100111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78C3F; }

 p { color: rgb(183,140,63); }

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

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

 a { background-color: rgb(183,140,63); }

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

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

 span { border-color: rgb(183,140,63); }

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