#B28644

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

Shades of Marigold #B28644

Tints of Marigold #B28644

Color information

#B28644 (or 0xB28644) is unknown color: approx Marigold. HEX triplet: B2, 86 and 44. RGB value is (178,134,68). Sum of RGB (Red+Green+Blue) = 178+134+68=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B28644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28644 is #4D79BB. Grayscale: #8B8B8B. Windows color (decimal): -5077436 or 4490930. OLE color: 4490930.

HSL color Cylindrical-coordinate representation of color #B28644: hue angle of 36º 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 #B28644 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB17813468-
CMYK00.250.620.30
HSL36º44.72%48.24%-
HSV(B)36º61.8%69.8%-
XYZ27.9326.939.2-
YUV139.6387.58155.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.84%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 68 (26.95% from 255) = 17.89%
R=46.84%
G=35.26%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781346800.250.620.303644.7248.24
HexB286440193E1E242d30
Octal2622061040317636445560
Binary1011001010000110100010001100111111011110100100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28644; }

 p { color: rgb(178,134,68); }

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

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

 a { background-color: rgb(178,134,68); }

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

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

 span { border-color: rgb(178,134,68); }

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