Html Css Color HEX #B17726 Mandalay

📋 copy color: '#B17726'

red 177 ◦ green 119 ◦ blue 38

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

Shades of Mandalay #B17726

Tints of Mandalay #B17726

RGB

 RED value IS 177 (69.53% from 255) = 52.99%

 GREEN value IS 119 (46.88% from 255) = 35.63%

 BLUE value IS 38 (15.23% from 255) = 11.38%

R = 52.99%
G = 35.63%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B17726 (or 0xB17726) is known color: Mandalay. HEX triplet: B1, 77 and 26. RGB value is (177,119,38). Sum of RGB (Red+Green+Blue) = 177+119+38=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B17726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17726 is #4E88D9. Grayscale: #7F7F7F. Windows color (decimal): -5146842 or 2521009. OLE color: 2521009.

HSL color Cylindrical-coordinate representation of color #B17726: hue angle of 34.96º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B17726 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 119 38 -
CMYK 0 0.33 0.79 0.31
HSL 34.96º 0.65% 0.42% -
HSV(B) 34.96º 0.79% 0.69% -
XYZ 25.08 22.68 4.89 -
YUV 127.11 77.72 163.59 -
System Red Green Blue C M Y K H S L
Decimal 177 119 38 0 0.33 0.79 0.31 34.96 0.65 0.42
Hex B1 77 26 0 21 4F 1F 23 41 2A
Octal 261 167 46 0 41 117 37 43 101 52
Binary 10110001 1110111 100110 0 100001 1001111 11111 100011 1000001 101010

Color Harmonies of #B17726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17726

Black with #B17726

Text Example


Text Example

White with #B17726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17726; }

 p { color: rgb(177,119,38); }

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

background-color css

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

 a { background-color: rgb(177,119,38); }

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

border-color css

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

 span { border-color: rgb(177,119,38); }

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