#B28948

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

Shades of Marigold #B28948

Tints of Marigold #B28948

Color information

#B28948 (or 0xB28948) is unknown color: approx Marigold. HEX triplet: B2, 89 and 48. RGB value is (178,137,72). Sum of RGB (Red+Green+Blue) = 178+137+72=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B28948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28948 is #4D76B7. Grayscale: #8E8E8E. Windows color (decimal): -5076664 or 4753842. OLE color: 4753842.

HSL color Cylindrical-coordinate representation of color #B28948: hue angle of 36.79º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B28948 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17813772-
CMYK00.230.600.30
HSL36.79º42.4%49.02%-
HSV(B)36.79º59.55%69.8%-
XYZ28.4827.8210-
YUV141.8588.58153.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 72 (28.52% from 255) = 18.60%
R=45.99%
G=35.40%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781377200.230.600.3036.7942.449.02
HexB289480173C1E252a31
Octal2622111100277436455261
Binary1011001010001001100100001011111110011110100101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28948; }

 p { color: rgb(178,137,72); }

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

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

 a { background-color: rgb(178,137,72); }

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

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

 span { border-color: rgb(178,137,72); }

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