#B18425

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

Shades of Mandalay #B18425

Tints of Mandalay #B18425

Color information

#B18425 (or 0xB18425) is unknown color: approx Mandalay. HEX triplet: B1, 84 and 25. RGB value is (177,132,37). Sum of RGB (Red+Green+Blue) = 177+132+37=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B18425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18425 is #4E7BDA. Grayscale: #878787. Windows color (decimal): -5143515 or 2458801. OLE color: 2458801.

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

Color convert

RGB17713237-
CMYK00.250.790.31
HSL40.71º65.42%41.96%-
HSV(B)40.71º79.1%69.41%-
XYZ26.7225.985.36-
YUV134.6272.91158.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.16%
GREEN value IS 132 (51.95% from 255) = 38.15%
BLUE value IS 37 (14.84% from 255) = 10.69%
R=51.16%
G=38.15%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771323700.250.790.3140.7165.4241.96
HexB184250194F1F29412a
Octal26120445031117375110152
Binary10110001100001001001010110011001111111111010011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18425; }

 p { color: rgb(177,132,37); }

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

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

 a { background-color: rgb(177,132,37); }

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

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

 span { border-color: rgb(177,132,37); }

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