Html Css Color HEX #B98225 Mandalay

📋 copy color: '#B98225'

red 185 ◦ green 130 ◦ blue 37

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

Shades of Mandalay #B98225

Tints of Mandalay #B98225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.51%

R = 52.56%
G = 36.93%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B98225 (or 0xB98225) is known color: Mandalay. HEX triplet: B9, 82 and 25. RGB value is (185,130,37). Sum of RGB (Red+Green+Blue) = 185+130+37=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B98225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98225 is #467DDA. Grayscale: #888888. Windows color (decimal): -4619739 or 2458297. OLE color: 2458297.

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

Color convert

RGB 185 130 37 -
CMYK 0 0.30 0.80 0.27
HSL 37.7º 0.67% 0.44% -
HSV(B) 37.7º 0.8% 0.73% -
XYZ 28.32 26.41 5.36 -
YUV 135.84 72.22 163.06 -
System Red Green Blue C M Y K H S L
Decimal 185 130 37 0 0.30 0.80 0.27 37.7 0.67 0.44
Hex B9 82 25 0 1E 50 1B 26 43 2C
Octal 271 202 45 0 36 120 33 46 103 54
Binary 10111001 10000010 100101 0 11110 1010000 11011 100110 1000011 101100

Color Harmonies of #B98225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98225

Black with #B98225

Text Example


Text Example

White with #B98225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98225; }

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

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

background-color css

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

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

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

border-color css

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

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

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