Html Css Color HEX #B77D36 Mandalay

📋 copy color: '#B77D36'

red 183 ◦ green 125 ◦ blue 54

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

Shades of Mandalay #B77D36

Tints of Mandalay #B77D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.92%

R = 50.55%
G = 34.53%
B = 14.92%

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

#B77D36 (or 0xB77D36) is known color: Mandalay. HEX triplet: B7, 7D and 36. RGB value is (183,125,54). Sum of RGB (Red+Green+Blue) = 183+125+54=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77D36 is #4882C9. Grayscale: #868686. Windows color (decimal): -4752074 or 3571127. OLE color: 3571127.

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

Color convert

RGB 183 125 54 -
CMYK 0 0.32 0.70 0.28
HSL 33.02º 0.54% 0.46% -
HSV(B) 33.02º 0.7% 0.72% -
XYZ 27.53 25 6.86 -
YUV 134.25 82.72 162.77 -
System Red Green Blue C M Y K H S L
Decimal 183 125 54 0 0.32 0.70 0.28 33.02 0.54 0.46
Hex B7 7D 36 0 20 46 1C 21 36 2E
Octal 267 175 66 0 40 106 34 41 66 56
Binary 10110111 1111101 110110 0 100000 1000110 11100 100001 110110 101110

Color Harmonies of #B77D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77D36

Black with #B77D36

Text Example


Text Example

White with #B77D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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