#B2883D

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

Shades of Marigold #B2883D

Tints of Marigold #B2883D

Color information

#B2883D (or 0xB2883D) is unknown color: approx Marigold. HEX triplet: B2, 88 and 3D. RGB value is (178,136,61). Sum of RGB (Red+Green+Blue) = 178+136+61=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2883D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2883D is #4D77C2. Grayscale: #8C8C8C. Windows color (decimal): -5076931 or 4032690. OLE color: 4032690.

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

Color convert

RGB17813661-
CMYK00.240.660.30
HSL38.46º48.95%46.86%-
HSV(B)38.46º65.73%69.8%-
XYZ28.0127.418.23-
YUV140.0183.41155.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.47%
GREEN value IS 136 (53.52% from 255) = 36.27%
BLUE value IS 61 (24.22% from 255) = 16.27%
R=47.47%
G=36.27%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781366100.240.660.3038.4648.9546.86
HexB2883D018421E26312f
Octal2622107503010236466157
Binary1011001010001000111101011000100001011110100110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2883D; }

 p { color: rgb(178,136,61); }

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

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

 a { background-color: rgb(178,136,61); }

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

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

 span { border-color: rgb(178,136,61); }

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