#b28526

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

Shades of Mandalay #B28526

Tints of Mandalay #B28526

Color information

#B28526 (or 0xB28526) is unknown color: approx Mandalay. HEX triplet: B2, 85 and 26. RGB value is (178,133,38). Sum of RGB (Red+Green+Blue) = 178+133+38=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B28526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28526 is #4D7AD9. Grayscale: #888888. Windows color (decimal): -5077722 or 2524594. OLE color: 2524594.

HSL color Cylindrical-coordinate representation of color #B28526: hue angle of 40.71º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B28526 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17813338-
CMYK00.250.790.30
HSL40.71º64.81%42.35%-
HSV(B)40.71º78.65%69.8%-
XYZ27.126.385.5-
YUV135.6272.91158.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 38 (15.23% from 255) = 10.89%
R=51.00%
G=38.11%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781333800.250.790.3040.7164.8142.35
HexB285260194F1E29412a
Octal26220546031117365110152
Binary10110010100001011001100110011001111111101010011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b28526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b28526; }

 p { color: rgb(178,133,38); }

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

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

 a { background-color: rgb(178,133,38); }

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

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

 span { border-color: rgb(178,133,38); }

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