#B6863A

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

Shades of Marigold #B6863A

Tints of Marigold #B6863A

Color information

#B6863A (or 0xB6863A) is unknown color: approx Marigold. HEX triplet: B6, 86 and 3A. RGB value is (182,134,58). Sum of RGB (Red+Green+Blue) = 182+134+58=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B6863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6863A is #4979C5. Grayscale: #8C8C8C. Windows color (decimal): -4815302 or 3835574. OLE color: 3835574.

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

Color convert

RGB18213458-
CMYK00.260.680.29
HSL36.77º51.67%47.06%-
HSV(B)36.77º68.13%71.37%-
XYZ28.5827.37.77-
YUV139.6981.9158.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 134 (52.73% from 255) = 35.83%
BLUE value IS 58 (23.05% from 255) = 15.51%
R=48.66%
G=35.83%
B=15.51%

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
Decimal1821345800.260.680.2936.7751.6747.06
HexB6863A01A441D25342f
Octal2662067203210435456457
Binary1011011010000110111010011010100010011101100101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6863A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6863A; }

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

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

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

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

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

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

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

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