#B18528

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

Shades of Mandalay #B18528

Tints of Mandalay #B18528

Color information

#B18528 (or 0xB18528) is unknown color: approx Mandalay. HEX triplet: B1, 85 and 28. RGB value is (177,133,40). Sum of RGB (Red+Green+Blue) = 177+133+40=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B18528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18528 is #4E7AD7. Grayscale: #878787. Windows color (decimal): -5143256 or 2655665. OLE color: 2655665.

HSL color Cylindrical-coordinate representation of color #B18528: hue angle of 40.73º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B18528 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB17713340-
CMYK00.250.770.31
HSL40.73º63.13%42.55%-
HSV(B)40.73º77.4%69.41%-
XYZ26.926.285.66-
YUV135.5574.08157.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.57%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 40 (16.02% from 255) = 11.43%
R=50.57%
G=38%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771334000.250.770.3140.7363.1342.55
HexB185280194D1F293f2b
Octal2612055003111537517753
Binary1011000110000101101000011001100110111111101001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18528; }

 p { color: rgb(177,133,40); }

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

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

 a { background-color: rgb(177,133,40); }

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

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

 span { border-color: rgb(177,133,40); }

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