#B78536

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

Shades of Marigold #B78536

Tints of Marigold #B78536

Color information

#B78536 (or 0xB78536) is unknown color: approx Marigold. HEX triplet: B7, 85 and 36. RGB value is (183,133,54). Sum of RGB (Red+Green+Blue) = 183+133+54=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B78536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78536 is #487AC9. Grayscale: #8B8B8B. Windows color (decimal): -4750026 or 3573175. OLE color: 3573175.

HSL color Cylindrical-coordinate representation of color #B78536: hue angle of 36.74º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B78536 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB18313354-
CMYK00.270.700.28
HSL36.74º54.43%46.47%-
HSV(B)36.74º70.49%71.76%-
XYZ28.5827.117.22-
YUV138.9480.06159.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.46%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 54 (21.48% from 255) = 14.59%
R=49.46%
G=35.95%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831335400.270.700.2836.7454.4346.47
HexB7853601B461C25362e
Octal2672056603310634456656
Binary1011011110000101110110011011100011011100100101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78536; }

 p { color: rgb(183,133,54); }

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

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

 a { background-color: rgb(183,133,54); }

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

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

 span { border-color: rgb(183,133,54); }

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