#B28A43

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

Shades of Marigold #B28A43

Tints of Marigold #B28A43

Color information

#B28A43 (or 0xB28A43) is unknown color: approx Marigold. HEX triplet: B2, 8A and 43. RGB value is (178,138,67). Sum of RGB (Red+Green+Blue) = 178+138+67=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28A43 is #4D75BC. Grayscale: #8E8E8E. Windows color (decimal): -5076413 or 4426418. OLE color: 4426418.

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

Color convert

RGB17813867-
CMYK00.220.620.30
HSL38.38º45.31%48.04%-
HSV(B)38.38º62.36%69.8%-
XYZ28.4628.059.22-
YUV141.8785.75153.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 67 (26.56% from 255) = 17.49%
R=46.48%
G=36.03%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781386700.220.620.3038.3845.3148.04
HexB28A430163E1E262d30
Octal2622121030267636465560
Binary1011001010001010100001101011011111011110100110101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28A43; }

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

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

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

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

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

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

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

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