Html Css Color HEX #B97A32 Mandalay

📋 copy color: '#B97A32'

red 185 ◦ green 122 ◦ blue 50

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

Shades of Mandalay #B97A32

Tints of Mandalay #B97A32

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.17%

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

R = 51.82%
G = 34.17%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B97A32 (or 0xB97A32) is known color: Mandalay. HEX triplet: B9, 7A and 32. RGB value is (185,122,50). Sum of RGB (Red+Green+Blue) = 185+122+50=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97A32 is #4685CD. Grayscale: #848484. Windows color (decimal): -4621774 or 3308217. OLE color: 3308217.

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

Color convert

RGB 185 122 50 -
CMYK 0 0.34 0.73 0.27
HSL 32º 0.57% 0.46% -
HSV(B) 32º 0.73% 0.73% -
XYZ 27.54 24.46 6.29 -
YUV 132.63 81.37 165.35 -
System Red Green Blue C M Y K H S L
Decimal 185 122 50 0 0.34 0.73 0.27 32 0.57 0.46
Hex B9 7A 32 0 22 49 1B 20 39 2E
Octal 271 172 62 0 42 111 33 40 71 56
Binary 10111001 1111010 110010 0 100010 1001001 11011 100000 111001 101110

Color Harmonies of #B97A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97A32

Black with #B97A32

Text Example


Text Example

White with #B97A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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