#b2873e

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

Shades of Marigold #B2873E

Tints of Marigold #B2873E

Color information

#B2873E (or 0xB2873E) is unknown color: approx Marigold. HEX triplet: B2, 87 and 3E. RGB value is (178,135,62). Sum of RGB (Red+Green+Blue) = 178+135+62=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2873E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2873E is #4D78C1. Grayscale: #8B8B8B. Windows color (decimal): -5077186 or 4097970. OLE color: 4097970.

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

Color convert

RGB17813562-
CMYK00.240.650.30
HSL37.76º48.33%47.06%-
HSV(B)37.76º65.17%69.8%-
XYZ27.8927.148.33-
YUV139.5484.25155.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.47%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 62 (24.61% from 255) = 16.53%
R=47.47%
G=36%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781356200.240.650.3037.7648.3347.06
HexB2873E018411E26302f
Octal2622077603010136466057
Binary1011001010000111111110011000100000111110100110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2873e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2873e; }

 p { color: rgb(178,135,62); }

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

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

 a { background-color: rgb(178,135,62); }

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

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

 span { border-color: rgb(178,135,62); }

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