#B68538

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

Shades of Marigold #B68538

Tints of Marigold #B68538

Color information

#B68538 (or 0xB68538) is unknown color: approx Marigold. HEX triplet: B6, 85 and 38. RGB value is (182,133,56). Sum of RGB (Red+Green+Blue) = 182+133+56=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B68538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68538 is #497AC7. Grayscale: #8B8B8B. Windows color (decimal): -4815560 or 3704246. OLE color: 3704246.

HSL color Cylindrical-coordinate representation of color #B68538: hue angle of 36.67º degrees, saturation: 0.53, 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 #B68538 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB18213356-
CMYK00.270.690.29
HSL36.67º52.94%46.67%-
HSV(B)36.67º69.23%71.37%-
XYZ28.3927.017.46-
YUV138.8781.23158.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 56 (22.27% from 255) = 15.09%
R=49.06%
G=35.85%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821335600.270.690.2936.6752.9446.67
HexB6853801B451D25352f
Octal2662057003310535456557
Binary1011011010000101111000011011100010111101100101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68538; }

 p { color: rgb(182,133,56); }

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

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

 a { background-color: rgb(182,133,56); }

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

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

 span { border-color: rgb(182,133,56); }

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