#B68645

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

Shades of Marigold #B68645

Tints of Marigold #B68645

Color information

#B68645 (or 0xB68645) is unknown color: approx Marigold. HEX triplet: B6, 86 and 45. RGB value is (182,134,69). Sum of RGB (Red+Green+Blue) = 182+134+69=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B68645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68645 is #4979BA. Grayscale: #8D8D8D. Windows color (decimal): -4815291 or 4556470. OLE color: 4556470.

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

Color convert

RGB18213469-
CMYK00.260.620.29
HSL34.51º45.02%49.22%-
HSV(B)34.51º62.09%71.37%-
XYZ28.8927.429.4-
YUV140.9487.4157.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 69 (27.34% from 255) = 17.92%
R=47.27%
G=34.81%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821346900.260.620.2934.5145.0249.22
HexB6864501A3E1D232d31
Octal2662061050327635435561
Binary1011011010000110100010101101011111011101100011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68645; }

 p { color: rgb(182,134,69); }

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

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

 a { background-color: rgb(182,134,69); }

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

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

 span { border-color: rgb(182,134,69); }

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