#B88026

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

Shades of Mandalay #B88026

Tints of Mandalay #B88026

Color information

#B88026 (or 0xB88026) is unknown color: approx Mandalay. HEX triplet: B8, 80 and 26. RGB value is (184,128,38). Sum of RGB (Red+Green+Blue) = 184+128+38=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B88026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88026 is #477FD9. Grayscale: #868686. Windows color (decimal): -4685786 or 2523320. OLE color: 2523320.

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

Color convert

RGB18412838-
CMYK00.300.790.28
HSL36.99º65.77%43.53%-
HSV(B)36.99º79.35%72.16%-
XYZ27.8425.775.34-
YUV134.4873.55163.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.57%
GREEN value IS 128 (50.39% from 255) = 36.57%
BLUE value IS 38 (15.23% from 255) = 10.86%
R=52.57%
G=36.57%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841283800.300.790.2836.9965.7743.53
HexB8802601E4F1C25422c
Octal27020046036117344510254
Binary10111000100000001001100111101001111111001001011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88026; }

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

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

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

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

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

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

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

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