#B3863A

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

Shades of Marigold #B3863A

Tints of Marigold #B3863A

Color information

#B3863A (or 0xB3863A) is unknown color: approx Marigold. HEX triplet: B3, 86 and 3A. RGB value is (179,134,58). Sum of RGB (Red+Green+Blue) = 179+134+58=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B3863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3863A is #4C79C5. Grayscale: #8B8B8B. Windows color (decimal): -5011910 or 3835571. OLE color: 3835571.

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

Color convert

RGB17913458-
CMYK00.250.680.30
HSL37.69º51.05%46.47%-
HSV(B)37.69º67.6%70.2%-
XYZ27.8826.947.73-
YUV138.7982.41156.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.25%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 58 (23.05% from 255) = 15.63%
R=48.25%
G=36.12%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791345800.250.680.3037.6951.0546.47
HexB3863A019441E26332e
Octal2632067203110436466356
Binary1011001110000110111010011001100010011110100110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3863A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3863A; }

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

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

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

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

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

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

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

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