Html Css Color HEX #B98527 Mandalay

📋 copy color: '#B98527'

red 185 ◦ green 133 ◦ blue 39

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

Shades of Mandalay #B98527

Tints of Mandalay #B98527

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.25%

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

R = 51.82%
G = 37.25%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B98527 (or 0xB98527) is known color: Mandalay. HEX triplet: B9, 85 and 27. RGB value is (185,133,39). Sum of RGB (Red+Green+Blue) = 185+133+39=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B98527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98527 is #467AD8. Grayscale: #8A8A8A. Windows color (decimal): -4618969 or 2590137. OLE color: 2590137.

HSL color Cylindrical-coordinate representation of color #B98527: hue angle of 38.63º 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 #B98527 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 133 39 -
CMYK 0 0.28 0.79 0.27
HSL 38.63º 0.65% 0.44% -
HSV(B) 38.63º 0.79% 0.73% -
XYZ 28.76 27.24 5.66 -
YUV 137.83 72.23 161.64 -
System Red Green Blue C M Y K H S L
Decimal 185 133 39 0 0.28 0.79 0.27 38.63 0.65 0.44
Hex B9 85 27 0 1C 4F 1B 27 41 2C
Octal 271 205 47 0 34 117 33 47 101 54
Binary 10111001 10000101 100111 0 11100 1001111 11011 100111 1000001 101100

Color Harmonies of #B98527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98527

Black with #B98527

Text Example


Text Example

White with #B98527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98527; }

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

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

background-color css

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

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

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

border-color css

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

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

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