#B28A48

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

Shades of Marigold #B28A48

Tints of Marigold #B28A48

Color information

#B28A48 (or 0xB28A48) is unknown color: approx Marigold. HEX triplet: B2, 8A and 48. RGB value is (178,138,72). Sum of RGB (Red+Green+Blue) = 178+138+72=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28A48 is #4D75B7. Grayscale: #8E8E8E. Windows color (decimal): -5076408 or 4754098. OLE color: 4754098.

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

Color convert

RGB17813872-
CMYK00.220.600.30
HSL37.36º42.4%49.02%-
HSV(B)37.36º59.55%69.8%-
XYZ28.6228.1110.05-
YUV142.4488.25153.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.88%
GREEN value IS 138 (54.30% from 255) = 35.57%
BLUE value IS 72 (28.52% from 255) = 18.56%
R=45.88%
G=35.57%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781387200.220.600.3037.3642.449.02
HexB28A480163C1E252a31
Octal2622121100267436455261
Binary1011001010001010100100001011011110011110100101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28A48; }

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

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

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

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

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

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

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

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