Html Css Color HEX #B97E32 Mandalay

📋 copy color: '#B97E32'

red 185 ◦ green 126 ◦ blue 50

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

Shades of Mandalay #B97E32

Tints of Mandalay #B97E32

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.9%

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

R = 51.25%
G = 34.9%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B97E32 (or 0xB97E32) is known color: Mandalay. HEX triplet: B9, 7E and 32. RGB value is (185,126,50). Sum of RGB (Red+Green+Blue) = 185+126+50=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97E32 is #4681CD. Grayscale: #878787. Windows color (decimal): -4620750 or 3309241. OLE color: 3309241.

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

Color convert

RGB 185 126 50 -
CMYK 0 0.32 0.73 0.27
HSL 33.78º 0.57% 0.46% -
HSV(B) 33.78º 0.73% 0.73% -
XYZ 28.04 25.47 6.46 -
YUV 134.98 80.05 163.68 -
System Red Green Blue C M Y K H S L
Decimal 185 126 50 0 0.32 0.73 0.27 33.78 0.57 0.46
Hex B9 7E 32 0 20 49 1B 22 39 2E
Octal 271 176 62 0 40 111 33 42 71 56
Binary 10111001 1111110 110010 0 100000 1001001 11011 100010 111001 101110

Color Harmonies of #B97E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E32

Black with #B97E32

Text Example


Text Example

White with #B97E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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