#B68749

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

Shades of Marigold #B68749

Tints of Marigold #B68749

Color information

#B68749 (or 0xB68749) is unknown color: approx Marigold. HEX triplet: B6, 87 and 49. RGB value is (182,135,73). Sum of RGB (Red+Green+Blue) = 182+135+73=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B68749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68749 is #4978B6. Grayscale: #8E8E8E. Windows color (decimal): -4815031 or 4818870. OLE color: 4818870.

HSL color Cylindrical-coordinate representation of color #B68749: hue angle of 34.13º 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 #B68749 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18213573-
CMYK00.260.600.29
HSL34.13º42.75%50%-
HSV(B)34.13º59.89%71.37%-
XYZ29.1627.7510.12-
YUV141.9889.07156.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 73 (28.91% from 255) = 18.72%
R=46.67%
G=34.62%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821357300.260.600.2934.1342.7550
HexB6874901A3C1D222b32
Octal2662071110327435425362
Binary1011011010000111100100101101011110011101100010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68749; }

 p { color: rgb(182,135,73); }

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

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

 a { background-color: rgb(182,135,73); }

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

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

 span { border-color: rgb(182,135,73); }

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