#B68849

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

Shades of Marigold #B68849

Tints of Marigold #B68849

Color information

#B68849 (or 0xB68849) is unknown color: approx Marigold. HEX triplet: B6, 88 and 49. RGB value is (182,136,73). Sum of RGB (Red+Green+Blue) = 182+136+73=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B68849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68849 is #4977B6. Grayscale: #8E8E8E. Windows color (decimal): -4814775 or 4819126. OLE color: 4819126.

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

Color convert

RGB18213673-
CMYK00.250.600.29
HSL34.68º42.75%50%-
HSV(B)34.68º59.89%71.37%-
XYZ29.328.0310.17-
YUV142.5788.74156.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.55%
GREEN value IS 136 (53.52% from 255) = 34.78%
BLUE value IS 73 (28.91% from 255) = 18.67%
R=46.55%
G=34.78%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821367300.250.600.2934.6842.7550
HexB688490193C1D232b32
Octal2662101110317435435362
Binary1011011010001000100100101100111110011101100011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68849; }

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

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

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

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

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

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

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

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