Html Css Color HEX #B17A31 Mandalay

📋 copy color: '#B17A31'

red 177 ◦ green 122 ◦ blue 49

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

Shades of Mandalay #B17A31

Tints of Mandalay #B17A31

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.06%

 BLUE value IS 49 (19.53% from 255) = 14.08%

R = 50.86%
G = 35.06%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B17A31 (or 0xB17A31) is known color: Mandalay. HEX triplet: B1, 7A and 31. RGB value is (177,122,49). Sum of RGB (Red+Green+Blue) = 177+122+49=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A31 is #4E85CE. Grayscale: #828282. Windows color (decimal): -5146063 or 3242673. OLE color: 3242673.

HSL color Cylindrical-coordinate representation of color #B17A31: hue angle of 34.22º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B17A31 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 122 49 -
CMYK 0 0.31 0.72 0.31
HSL 34.22º 0.57% 0.44% -
HSV(B) 34.22º 0.72% 0.69% -
XYZ 25.65 23.49 6.09 -
YUV 130.12 82.22 161.44 -
System Red Green Blue C M Y K H S L
Decimal 177 122 49 0 0.31 0.72 0.31 34.22 0.57 0.44
Hex B1 7A 31 0 1F 48 1F 22 39 2C
Octal 261 172 61 0 37 110 37 42 71 54
Binary 10110001 1111010 110001 0 11111 1001000 11111 100010 111001 101100

Color Harmonies of #B17A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A31

Black with #B17A31

Text Example


Text Example

White with #B17A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A31; }

 p { color: rgb(177,122,49); }

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

background-color css

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

 a { background-color: rgb(177,122,49); }

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

border-color css

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

 span { border-color: rgb(177,122,49); }

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