#B68839

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

Shades of Marigold #B68839

Tints of Marigold #B68839

Color information

#B68839 (or 0xB68839) is unknown color: approx Marigold. HEX triplet: B6, 88 and 39. RGB value is (182,136,57). Sum of RGB (Red+Green+Blue) = 182+136+57=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B68839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68839 is #4977C6. Grayscale: #8D8D8D. Windows color (decimal): -4814791 or 3770550. OLE color: 3770550.

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

Color convert

RGB18213657-
CMYK00.250.690.29
HSL37.92º52.3%46.86%-
HSV(B)37.92º68.68%71.37%-
XYZ28.8327.857.73-
YUV140.7580.74157.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 136 (53.52% from 255) = 36.27%
BLUE value IS 57 (22.66% from 255) = 15.2%
R=48.53%
G=36.27%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821365700.250.690.2937.9252.346.86
HexB68839019451D26342f
Octal2662107103110535466457
Binary1011011010001000111001011001100010111101100110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68839; }

 p { color: rgb(182,136,57); }

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

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

 a { background-color: rgb(182,136,57); }

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

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

 span { border-color: rgb(182,136,57); }

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