Html Css Color HEX #B77C35 Mandalay

📋 copy color: '#B77C35'

red 183 ◦ green 124 ◦ blue 53

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

Shades of Mandalay #B77C35

Tints of Mandalay #B77C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.72%

R = 50.83%
G = 34.44%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B77C35 (or 0xB77C35) is known color: Mandalay. HEX triplet: B7, 7C and 35. RGB value is (183,124,53). Sum of RGB (Red+Green+Blue) = 183+124+53=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C35 is #4883CA. Grayscale: #858585. Windows color (decimal): -4752331 or 3505335. OLE color: 3505335.

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

Color convert

RGB 183 124 53 -
CMYK 0 0.32 0.71 0.28
HSL 32.77º 0.55% 0.46% -
HSV(B) 32.77º 0.71% 0.72% -
XYZ 27.38 24.74 6.7 -
YUV 133.55 82.55 163.27 -
System Red Green Blue C M Y K H S L
Decimal 183 124 53 0 0.32 0.71 0.28 32.77 0.55 0.46
Hex B7 7C 35 0 20 47 1C 21 37 2E
Octal 267 174 65 0 40 107 34 41 67 56
Binary 10110111 1111100 110101 0 100000 1000111 11100 100001 110111 101110

Color Harmonies of #B77C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77C35

Black with #B77C35

Text Example


Text Example

White with #B77C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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