#B28843

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

Shades of Marigold #B28843

Tints of Marigold #B28843

Color information

#B28843 (or 0xB28843) is unknown color: approx Marigold. HEX triplet: B2, 88 and 43. RGB value is (178,136,67). Sum of RGB (Red+Green+Blue) = 178+136+67=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B28843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28843 is #4D77BC. Grayscale: #8D8D8D. Windows color (decimal): -5076925 or 4425906. OLE color: 4425906.

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

Color convert

RGB17813667-
CMYK00.240.620.30
HSL37.3º45.31%48.04%-
HSV(B)37.3º62.36%69.8%-
XYZ28.1827.489.13-
YUV140.6986.41154.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 136 (53.52% from 255) = 35.70%
BLUE value IS 67 (26.56% from 255) = 17.59%
R=46.72%
G=35.70%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781366700.240.620.3037.345.3148.04
HexB288430183E1E252d30
Octal2622101030307636455560
Binary1011001010001000100001101100011111011110100101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28843; }

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

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

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

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

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

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

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

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