Html Css Color HEX #B98432 Mandalay

📋 copy color: '#B98432'

red 185 ◦ green 132 ◦ blue 50

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

Shades of Mandalay #B98432

Tints of Mandalay #B98432

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.97%

 BLUE value IS 50 (19.92% from 255) = 13.62%

R = 50.41%
G = 35.97%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B98432 (or 0xB98432) is known color: Mandalay. HEX triplet: B9, 84 and 32. RGB value is (185,132,50). Sum of RGB (Red+Green+Blue) = 185+132+50=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B98432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98432 is #467BCD. Grayscale: #8A8A8A. Windows color (decimal): -4619214 or 3310777. OLE color: 3310777.

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

Color convert

RGB 185 132 50 -
CMYK 0 0.29 0.73 0.27
HSL 36.44º 0.57% 0.46% -
HSV(B) 36.44º 0.73% 0.73% -
XYZ 28.83 27.05 6.72 -
YUV 138.5 78.06 161.17 -
System Red Green Blue C M Y K H S L
Decimal 185 132 50 0 0.29 0.73 0.27 36.44 0.57 0.46
Hex B9 84 32 0 1D 49 1B 24 39 2E
Octal 271 204 62 0 35 111 33 44 71 56
Binary 10111001 10000100 110010 0 11101 1001001 11011 100100 111001 101110

Color Harmonies of #B98432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98432

Black with #B98432

Text Example


Text Example

White with #B98432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98432; }

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

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

background-color css

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

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

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

border-color css

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

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

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