Html Css Color HEX #B77D37 Mandalay

📋 copy color: '#B77D37'

red 183 ◦ green 125 ◦ blue 55

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

Shades of Mandalay #B77D37

Tints of Mandalay #B77D37

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.44%

 BLUE value IS 55 (21.88% from 255) = 15.15%

R = 50.41%
G = 34.44%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B77D37 (or 0xB77D37) is known color: Mandalay. HEX triplet: B7, 7D and 37. RGB value is (183,125,55). Sum of RGB (Red+Green+Blue) = 183+125+55=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 55 (21.88% from 255 or 15.15% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77D37 is #4882C8. Grayscale: #868686. Windows color (decimal): -4752073 or 3636663. OLE color: 3636663.

HSL color Cylindrical-coordinate representation of color #B77D37: hue angle of 32.81º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B77D37 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 125 55 -
CMYK 0 0.32 0.70 0.28
HSL 32.81º 0.54% 0.47% -
HSV(B) 32.81º 0.7% 0.72% -
XYZ 27.55 25.01 6.99 -
YUV 134.36 83.22 162.69 -
System Red Green Blue C M Y K H S L
Decimal 183 125 55 0 0.32 0.70 0.28 32.81 0.54 0.47
Hex B7 7D 37 0 20 46 1C 21 36 2F
Octal 267 175 67 0 40 106 34 41 66 57
Binary 10110111 1111101 110111 0 100000 1000110 11100 100001 110110 101111

Color Harmonies of #B77D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77D37

Black with #B77D37

Text Example


Text Example

White with #B77D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77D37; }

 p { color: rgb(183,125,55); }

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

background-color css

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

 a { background-color: rgb(183,125,55); }

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

border-color css

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

 span { border-color: rgb(183,125,55); }

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