#B9863B

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

Shades of Marigold #B9863B

Tints of Marigold #B9863B

Color information

#B9863B (or 0xB9863B) is unknown color: approx Marigold. HEX triplet: B9, 86 and 3B. RGB value is (185,134,59). Sum of RGB (Red+Green+Blue) = 185+134+59=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9863B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9863B is #4679C4. Grayscale: #8D8D8D. Windows color (decimal): -4618693 or 3901113. OLE color: 3901113.

HSL color Cylindrical-coordinate representation of color #B9863B: hue angle of 35.71º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9863B is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18513459-
CMYK00.280.680.27
HSL35.71º51.64%47.84%-
HSV(B)35.71º68.11%72.55%-
XYZ29.3227.687.94-
YUV140.781.9159.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.94%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 59 (23.44% from 255) = 15.61%
R=48.94%
G=35.45%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851345900.280.680.2735.7151.6447.84
HexB9863B01C441B243430
Octal2712067303410433446460
Binary1011100110000110111011011100100010011011100100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9863B; }

 p { color: rgb(185,134,59); }

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

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

 a { background-color: rgb(185,134,59); }

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

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

 span { border-color: rgb(185,134,59); }

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