#B28746

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

Shades of Marigold #B28746

Tints of Marigold #B28746

Color information

#B28746 (or 0xB28746) is unknown color: approx Marigold. HEX triplet: B2, 87 and 46. RGB value is (178,135,70). Sum of RGB (Red+Green+Blue) = 178+135+70=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B28746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28746 is #4D78B9. Grayscale: #8C8C8C. Windows color (decimal): -5077178 or 4622258. OLE color: 4622258.

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

Color convert

RGB17813570-
CMYK00.240.610.30
HSL36.11º43.55%48.63%-
HSV(B)36.11º60.67%69.8%-
XYZ28.1327.249.57-
YUV140.4588.25154.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 70 (27.73% from 255) = 18.28%
R=46.48%
G=35.25%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781357000.240.610.3036.1143.5548.63
HexB287460183D1E242c31
Octal2622071060307536445461
Binary1011001010000111100011001100011110111110100100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28746; }

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

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

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

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

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

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

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

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