#B48637

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

Shades of Marigold #B48637

Tints of Marigold #B48637

Color information

#B48637 (or 0xB48637) is unknown color: approx Marigold. HEX triplet: B4, 86 and 37. RGB value is (180,134,55). Sum of RGB (Red+Green+Blue) = 180+134+55=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B48637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48637 is #4B79C8. Grayscale: #8B8B8B. Windows color (decimal): -4946377 or 3638964. OLE color: 3638964.

HSL color Cylindrical-coordinate representation of color #B48637: hue angle of 37.92º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B48637 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB18013455-
CMYK00.260.690.29
HSL37.92º53.19%46.08%-
HSV(B)37.92º69.44%70.59%-
XYZ28.0427.037.35-
YUV138.7580.74157.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 55 (21.88% from 255) = 14.91%
R=48.78%
G=36.31%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801345500.260.690.2937.9253.1946.08
HexB4863701A451D26352e
Octal2642066703210535466556
Binary1011010010000110110111011010100010111101100110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48637; }

 p { color: rgb(180,134,55); }

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

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

 a { background-color: rgb(180,134,55); }

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

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

 span { border-color: rgb(180,134,55); }

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