#b68535

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

Shades of Marigold #B68535

Tints of Marigold #B68535

Color information

#B68535 (or 0xB68535) is unknown color: approx Marigold. HEX triplet: B6, 85 and 35. RGB value is (182,133,53). Sum of RGB (Red+Green+Blue) = 182+133+53=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B68535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68535 is #497ACA. Grayscale: #8A8A8A. Windows color (decimal): -4815563 or 3507638. OLE color: 3507638.

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

Color convert

RGB18213353-
CMYK00.270.710.29
HSL37.21º54.89%46.08%-
HSV(B)37.21º70.88%71.37%-
XYZ28.3226.987.08-
YUV138.5379.73159-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.46%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 53 (21.09% from 255) = 14.40%
R=49.46%
G=36.14%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821335300.270.710.2937.2154.8946.08
HexB6853501B471D25372e
Octal2662056503310735456756
Binary1011011010000101110101011011100011111101100101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b68535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b68535; }

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

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

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

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

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

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

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

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