#B98423

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

Shades of Mandalay #B98423

Tints of Mandalay #B98423

Color information

#B98423 (or 0xB98423) is unknown color: approx Mandalay. HEX triplet: B9, 84 and 23. RGB value is (185,132,35). Sum of RGB (Red+Green+Blue) = 185+132+35=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 35 (14.06% from 255 or 9.94% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B98423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98423 is #467BDC. Grayscale: #898989. Windows color (decimal): -4619229 or 2327737. OLE color: 2327737.

HSL color Cylindrical-coordinate representation of color #B98423: hue angle of 38.8º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B98423 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB18513235-
CMYK00.290.810.27
HSL38.8º68.18%43.14%-
HSV(B)38.8º81.08%72.55%-
XYZ28.5626.945.28-
YUV136.7970.56162.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.56%
GREEN value IS 132 (51.95% from 255) = 37.5%
BLUE value IS 35 (14.06% from 255) = 9.94%
R=52.56%
G=37.5%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851323500.290.810.2738.868.1843.14
HexB9842301D511B27442b
Octal27120443035121334710453
Binary10111001100001001000110111011010001110111001111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98423; }

 p { color: rgb(185,132,35); }

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

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

 a { background-color: rgb(185,132,35); }

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

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

 span { border-color: rgb(185,132,35); }

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