#B38026

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

Shades of Mandalay #B38026

Tints of Mandalay #B38026

Color information

#B38026 (or 0xB38026) is unknown color: approx Mandalay. HEX triplet: B3, 80 and 26. RGB value is (179,128,38). Sum of RGB (Red+Green+Blue) = 179+128+38=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B38026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38026 is #4C7FD9. Grayscale: #858585. Windows color (decimal): -5013466 or 2523315. OLE color: 2523315.

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

Color convert

RGB17912838-
CMYK00.280.790.30
HSL38.3º64.98%42.55%-
HSV(B)38.3º78.77%70.2%-
XYZ26.6625.165.29-
YUV132.9974.4160.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.88%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 38 (15.23% from 255) = 11.01%
R=51.88%
G=37.10%
B=11.01%

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
Decimal1791283800.280.790.3038.364.9842.55
HexB3802601C4F1E26412b
Octal26320046034117364610153
Binary10110011100000001001100111001001111111101001101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38026; }

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

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

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

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

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

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

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

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