#B98130

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

Shades of Mandalay #B98130

Tints of Mandalay #B98130

Color information

#B98130 (or 0xB98130) is unknown color: approx Mandalay. HEX triplet: B9, 81 and 30. RGB value is (185,129,48). Sum of RGB (Red+Green+Blue) = 185+129+48=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B98130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98130 is #467ECF. Grayscale: #888888. Windows color (decimal): -4619984 or 3178937. OLE color: 3178937.

HSL color Cylindrical-coordinate representation of color #B98130: hue angle of 35.47º 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 #B98130 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB18512948-
CMYK00.300.740.27
HSL35.47º58.8%45.69%-
HSV(B)35.47º74.05%72.55%-
XYZ28.3926.236.36-
YUV136.5178.05162.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.10%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 48 (19.14% from 255) = 13.26%
R=51.10%
G=35.64%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851294800.300.740.2735.4758.845.69
HexB9813001E4A1B233b2e
Octal2712016003611233437356
Binary1011100110000001110000011110100101011011100011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98130; }

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

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

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

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

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

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

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

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