#B68548

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

Shades of Marigold #B68548

Tints of Marigold #B68548

Color information

#B68548 (or 0xB68548) is unknown color: approx Marigold. HEX triplet: B6, 85 and 48. RGB value is (182,133,72). Sum of RGB (Red+Green+Blue) = 182+133+72=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B68548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68548 is #497AB7. Grayscale: #8C8C8C. Windows color (decimal): -4815544 or 4752822. OLE color: 4752822.

HSL color Cylindrical-coordinate representation of color #B68548: hue angle of 33.27º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B68548 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18213372-
CMYK00.270.600.29
HSL33.27º43.31%49.8%-
HSV(B)33.27º60.44%71.37%-
XYZ28.8527.199.86-
YUV140.789.23157.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.03%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 72 (28.52% from 255) = 18.60%
R=47.03%
G=34.37%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821337200.270.600.2933.2743.3149.8
HexB6854801B3C1D212b32
Octal2662051100337435415362
Binary1011011010000101100100001101111110011101100001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68548; }

 p { color: rgb(182,133,72); }

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

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

 a { background-color: rgb(182,133,72); }

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

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

 span { border-color: rgb(182,133,72); }

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