Html Css Color HEX #B98227 Mandalay

📋 copy color: '#B98227'

red 185 ◦ green 130 ◦ blue 39

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

Shades of Mandalay #B98227

Tints of Mandalay #B98227

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

 BLUE value IS 39 (15.63% from 255) = 11.02%

R = 52.26%
G = 36.72%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B98227 (or 0xB98227) is known color: Mandalay. HEX triplet: B9, 82 and 27. RGB value is (185,130,39). Sum of RGB (Red+Green+Blue) = 185+130+39=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B98227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98227 is #467DD8. Grayscale: #888888. Windows color (decimal): -4619737 or 2589369. OLE color: 2589369.

HSL color Cylindrical-coordinate representation of color #B98227: hue angle of 37.4º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B98227 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 130 39 -
CMYK 0 0.30 0.79 0.27
HSL 37.4º 0.65% 0.44% -
HSV(B) 37.4º 0.79% 0.73% -
XYZ 28.36 26.43 5.53 -
YUV 136.07 73.22 162.9 -
System Red Green Blue C M Y K H S L
Decimal 185 130 39 0 0.30 0.79 0.27 37.4 0.65 0.44
Hex B9 82 27 0 1E 4F 1B 25 41 2C
Octal 271 202 47 0 36 117 33 45 101 54
Binary 10111001 10000010 100111 0 11110 1001111 11011 100101 1000001 101100

Color Harmonies of #B98227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98227

Black with #B98227

Text Example


Text Example

White with #B98227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98227; }

 p { color: rgb(185,130,39); }

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

background-color css

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

 a { background-color: rgb(185,130,39); }

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

border-color css

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

 span { border-color: rgb(185,130,39); }

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