#B98030

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

Shades of Mandalay #B98030

Tints of Mandalay #B98030

Color information

#B98030 (or 0xB98030) is unknown color: approx Mandalay. HEX triplet: B9, 80 and 30. RGB value is (185,128,48). Sum of RGB (Red+Green+Blue) = 185+128+48=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B98030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98030 is #467FCF. Grayscale: #888888. Windows color (decimal): -4620240 or 3178681. OLE color: 3178681.

HSL color Cylindrical-coordinate representation of color #B98030: hue angle of 35.04º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B98030 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB18512848-
CMYK00.310.740.27
HSL35.04º58.8%45.69%-
HSV(B)35.04º74.05%72.55%-
XYZ28.2625.976.32-
YUV135.9278.38163-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.25%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 48 (19.14% from 255) = 13.30%
R=51.25%
G=35.46%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851284800.310.740.2735.0458.845.69
HexB9803001F4A1B233b2e
Octal2712006003711233437356
Binary1011100110000000110000011111100101011011100011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98030; }

 p { color: rgb(185,128,48); }

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

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

 a { background-color: rgb(185,128,48); }

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

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

 span { border-color: rgb(185,128,48); }

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