#B68644

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

Shades of Marigold #B68644

Tints of Marigold #B68644

Color information

#B68644 (or 0xB68644) is unknown color: approx Marigold. HEX triplet: B6, 86 and 44. RGB value is (182,134,68). Sum of RGB (Red+Green+Blue) = 182+134+68=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B68644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68644 is #4979BB. Grayscale: #8D8D8D. Windows color (decimal): -4815292 or 4490934. OLE color: 4490934.

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

Color convert

RGB18213468-
CMYK00.260.630.29
HSL34.74º45.6%49.02%-
HSV(B)34.74º62.64%71.37%-
XYZ28.8627.419.24-
YUV140.8386.9157.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.40%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 68 (26.95% from 255) = 17.71%
R=47.40%
G=34.90%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821346800.260.630.2934.7445.649.02
HexB6864401A3F1D232e31
Octal2662061040327735435661
Binary1011011010000110100010001101011111111101100011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68644; }

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

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

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

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

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

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

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

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