#B2863B

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

Shades of Marigold #B2863B

Tints of Marigold #B2863B

Color information

#B2863B (or 0xB2863B) is unknown color: approx Marigold. HEX triplet: B2, 86 and 3B. RGB value is (178,134,59). Sum of RGB (Red+Green+Blue) = 178+134+59=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2863B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2863B is #4D79C4. Grayscale: #8A8A8A. Windows color (decimal): -5077445 or 3901106. OLE color: 3901106.

HSL color Cylindrical-coordinate representation of color #B2863B: hue angle of 37.82º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2863B is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB17813459-
CMYK00.250.670.30
HSL37.82º50.21%46.47%-
HSV(B)37.82º66.85%69.8%-
XYZ27.6726.837.86-
YUV138.6183.08156.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 59 (23.44% from 255) = 15.90%
R=47.98%
G=36.12%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781345900.250.670.3037.8250.2146.47
HexB2863B019431E26322e
Octal2622067303110336466256
Binary1011001010000110111011011001100001111110100110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2863B; }

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

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

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

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

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

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

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

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