#B28026

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

Shades of Mandalay #B28026

Tints of Mandalay #B28026

Color information

#B28026 (or 0xB28026) is unknown color: approx Mandalay. HEX triplet: B2, 80 and 26. RGB value is (178,128,38). Sum of RGB (Red+Green+Blue) = 178+128+38=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B28026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28026 is #4D7FD9. Grayscale: #858585. Windows color (decimal): -5079002 or 2523314. OLE color: 2523314.

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

Color convert

RGB17812838-
CMYK00.280.790.30
HSL38.57º64.81%42.35%-
HSV(B)38.57º78.65%69.8%-
XYZ26.4325.045.27-
YUV132.6974.56160.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.74%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 38 (15.23% from 255) = 11.05%
R=51.74%
G=37.21%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781283800.280.790.3038.5764.8142.35
HexB2802601C4F1E27412a
Octal26220046034117364710152
Binary10110010100000001001100111001001111111101001111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28026; }

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

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

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

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

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

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

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

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