#B6873A

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

Shades of Marigold #B6873A

Tints of Marigold #B6873A

Color information

#B6873A (or 0xB6873A) is unknown color: approx Marigold. HEX triplet: B6, 87 and 3A. RGB value is (182,135,58). Sum of RGB (Red+Green+Blue) = 182+135+58=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B6873A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6873A is #4978C5. Grayscale: #8C8C8C. Windows color (decimal): -4815046 or 3835830. OLE color: 3835830.

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

Color convert

RGB18213558-
CMYK00.260.680.29
HSL37.26º51.67%47.06%-
HSV(B)37.26º68.13%71.37%-
XYZ28.7227.587.81-
YUV140.2781.57157.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 58 (23.05% from 255) = 15.47%
R=48.53%
G=36%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821355800.260.680.2937.2651.6747.06
HexB6873A01A441D25342f
Octal2662077203210435456457
Binary1011011010000111111010011010100010011101100101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6873A; }

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

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

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

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

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

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

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

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