Html Css Color HEX #B77931 Mandalay

📋 copy color: '#B77931'

red 183 ◦ green 121 ◦ blue 49

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

Shades of Mandalay #B77931

Tints of Mandalay #B77931

RGB

 RED value IS 183 (71.88% from 255) = 51.84%

 GREEN value IS 121 (47.66% from 255) = 34.28%

 BLUE value IS 49 (19.53% from 255) = 13.88%

R = 51.84%
G = 34.28%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B77931 (or 0xB77931) is known color: Mandalay. HEX triplet: B7, 79 and 31. RGB value is (183,121,49). Sum of RGB (Red+Green+Blue) = 183+121+49=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B77931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77931 is #4886CE. Grayscale: #838383. Windows color (decimal): -4753103 or 3242423. OLE color: 3242423.

HSL color Cylindrical-coordinate representation of color #B77931: hue angle of 32.24º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B77931 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 121 49 -
CMYK 0 0.34 0.73 0.28
HSL 32.24º 0.58% 0.45% -
HSV(B) 32.24º 0.73% 0.72% -
XYZ 26.92 23.96 6.11 -
YUV 131.33 81.54 164.85 -
System Red Green Blue C M Y K H S L
Decimal 183 121 49 0 0.34 0.73 0.28 32.24 0.58 0.45
Hex B7 79 31 0 22 49 1C 20 3A 2D
Octal 267 171 61 0 42 111 34 40 72 55
Binary 10110111 1111001 110001 0 100010 1001001 11100 100000 111010 101101

Color Harmonies of #B77931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77931

Black with #B77931

Text Example


Text Example

White with #B77931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77931; }

 p { color: rgb(183,121,49); }

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

background-color css

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

 a { background-color: rgb(183,121,49); }

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

border-color css

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

 span { border-color: rgb(183,121,49); }

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