Html Css Color HEX #B77D34 Mandalay

📋 copy color: '#B77D34'

red 183 ◦ green 125 ◦ blue 52

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

Shades of Mandalay #B77D34

Tints of Mandalay #B77D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.44%

R = 50.83%
G = 34.72%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B77D34 (or 0xB77D34) is known color: Mandalay. HEX triplet: B7, 7D and 34. RGB value is (183,125,52). Sum of RGB (Red+Green+Blue) = 183+125+52=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77D34 is #4882CB. Grayscale: #868686. Windows color (decimal): -4752076 or 3440055. OLE color: 3440055.

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

Color convert

RGB 183 125 52 -
CMYK 0 0.32 0.72 0.28
HSL 33.44º 0.56% 0.46% -
HSV(B) 33.44º 0.72% 0.72% -
XYZ 27.48 24.98 6.62 -
YUV 134.02 81.72 162.94 -
System Red Green Blue C M Y K H S L
Decimal 183 125 52 0 0.32 0.72 0.28 33.44 0.56 0.46
Hex B7 7D 34 0 20 48 1C 21 38 2E
Octal 267 175 64 0 40 110 34 41 70 56
Binary 10110111 1111101 110100 0 100000 1001000 11100 100001 111000 101110

Color Harmonies of #B77D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77D34

Black with #B77D34

Text Example


Text Example

White with #B77D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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