Html Css Color HEX #B77C31 Mandalay

📋 copy color: '#B77C31'

red 183 ◦ green 124 ◦ blue 49

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

Shades of Mandalay #B77C31

Tints of Mandalay #B77C31

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.83%

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

R = 51.4%
G = 34.83%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B77C31 (or 0xB77C31) is known color: Mandalay. HEX triplet: B7, 7C and 31. RGB value is (183,124,49). Sum of RGB (Red+Green+Blue) = 183+124+49=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C31 is #4883CE. Grayscale: #858585. Windows color (decimal): -4752335 or 3243191. OLE color: 3243191.

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

Color convert

RGB 183 124 49 -
CMYK 0 0.32 0.73 0.28
HSL 33.58º 0.58% 0.45% -
HSV(B) 33.58º 0.73% 0.72% -
XYZ 27.29 24.7 6.24 -
YUV 133.09 80.55 163.6 -
System Red Green Blue C M Y K H S L
Decimal 183 124 49 0 0.32 0.73 0.28 33.58 0.58 0.45
Hex B7 7C 31 0 20 49 1C 22 3A 2D
Octal 267 174 61 0 40 111 34 42 72 55
Binary 10110111 1111100 110001 0 100000 1001001 11100 100010 111010 101101

Color Harmonies of #B77C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77C31

Black with #B77C31

Text Example


Text Example

White with #B77C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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