Html Css Color HEX #B98324 Mandalay

📋 copy color: '#B98324'

red 185 ◦ green 131 ◦ blue 36

#B98324
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandalay #B98324

Tints of Mandalay #B98324

RGB

 RED value IS 185 (72.66% from 255) = 52.56%

 GREEN value IS 131 (51.56% from 255) = 37.22%

 BLUE value IS 36 (14.45% from 255) = 10.23%

R = 52.56%
G = 37.22%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B98324 (or 0xB98324) is known color: Mandalay. HEX triplet: B9, 83 and 24. RGB value is (185,131,36). Sum of RGB (Red+Green+Blue) = 185+131+36=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B98324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98324 is #467CDB. Grayscale: #888888. Windows color (decimal): -4619484 or 2393017. OLE color: 2393017.

HSL color Cylindrical-coordinate representation of color #B98324: hue angle of 38.26º degrees, saturation: 0.67, 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 #B98324 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 131 36 -
CMYK 0 0.29 0.81 0.27
HSL 38.26º 0.67% 0.43% -
HSV(B) 38.26º 0.81% 0.73% -
XYZ 28.44 26.67 5.32 -
YUV 136.32 71.39 162.72 -
System Red Green Blue C M Y K H S L
Decimal 185 131 36 0 0.29 0.81 0.27 38.26 0.67 0.43
Hex B9 83 24 0 1D 51 1B 26 43 2B
Octal 271 203 44 0 35 121 33 46 103 53
Binary 10111001 10000011 100100 0 11101 1010001 11011 100110 1000011 101011

Color Harmonies of #B98324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98324

Black with #B98324

Text Example


Text Example

White with #B98324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98324; }

 p { color: rgb(185,131,36); }

 H1.HeaderClassName
 {
   color: #B98324;
 }
 .AnyTagClassName
 {
   color: #B98324;
 }
</style>

background-color css

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

 a { background-color: rgb(185,131,36); }

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

border-color css

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

 span { border-color: rgb(185,131,36); }

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