#B1863E

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

Shades of Marigold #B1863E

Tints of Marigold #B1863E

Color information

#B1863E (or 0xB1863E) is unknown color: approx Marigold. HEX triplet: B1, 86 and 3E. RGB value is (177,134,62). Sum of RGB (Red+Green+Blue) = 177+134+62=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1863E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1863E is #4E79C1. Grayscale: #8A8A8A. Windows color (decimal): -5142978 or 4097713. OLE color: 4097713.

HSL color Cylindrical-coordinate representation of color #B1863E: hue angle of 37.57º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B1863E is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB17713462-
CMYK00.240.650.31
HSL37.57º48.12%46.86%-
HSV(B)37.57º64.97%69.41%-
XYZ27.5326.758.27-
YUV138.6584.75155.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 62 (24.61% from 255) = 16.62%
R=47.45%
G=35.92%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771346200.240.650.3137.5748.1246.86
HexB1863E018411F26302f
Octal2612067603010137466057
Binary1011000110000110111110011000100000111111100110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1863E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1863E; }

 p { color: rgb(177,134,62); }

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

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

 a { background-color: rgb(177,134,62); }

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

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

 span { border-color: rgb(177,134,62); }

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