#B6873D

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

Shades of Marigold #B6873D

Tints of Marigold #B6873D

Color information

#B6873D (or 0xB6873D) is unknown color: approx Marigold. HEX triplet: B6, 87 and 3D. RGB value is (182,135,61). Sum of RGB (Red+Green+Blue) = 182+135+61=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B6873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6873D is #4978C2. Grayscale: #8C8C8C. Windows color (decimal): -4815043 or 4032438. OLE color: 4032438.

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

Color convert

RGB18213561-
CMYK00.260.660.29
HSL36.69º49.79%47.65%-
HSV(B)36.69º66.48%71.37%-
XYZ28.827.618.23-
YUV140.6283.07157.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.15%
GREEN value IS 135 (53.12% from 255) = 35.71%
BLUE value IS 61 (24.22% from 255) = 16.14%
R=48.15%
G=35.71%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821356100.260.660.2936.6949.7947.65
HexB6873D01A421D253230
Octal2662077503210235456260
Binary1011011010000111111101011010100001011101100101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6873D; }

 p { color: rgb(182,135,61); }

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

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

 a { background-color: rgb(182,135,61); }

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

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

 span { border-color: rgb(182,135,61); }

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