Html Css Color HEX #B17B32 Mandalay

📋 copy color: '#B17B32'

red 177 ◦ green 123 ◦ blue 50

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

Shades of Mandalay #B17B32

Tints of Mandalay #B17B32

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.14%

 BLUE value IS 50 (19.92% from 255) = 14.29%

R = 50.57%
G = 35.14%
B = 14.29%

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

#B17B32 (or 0xB17B32) is known color: Mandalay. HEX triplet: B1, 7B and 32. RGB value is (177,123,50). Sum of RGB (Red+Green+Blue) = 177+123+50=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17B32 is #4E84CD. Grayscale: #838383. Windows color (decimal): -5145806 or 3308465. OLE color: 3308465.

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

Color convert

RGB 177 123 50 -
CMYK 0 0.31 0.72 0.31
HSL 34.49º 0.56% 0.45% -
HSV(B) 34.49º 0.72% 0.69% -
XYZ 25.79 23.74 6.24 -
YUV 130.82 82.39 160.94 -
System Red Green Blue C M Y K H S L
Decimal 177 123 50 0 0.31 0.72 0.31 34.49 0.56 0.45
Hex B1 7B 32 0 1F 48 1F 22 38 2D
Octal 261 173 62 0 37 110 37 42 70 55
Binary 10110001 1111011 110010 0 11111 1001000 11111 100010 111000 101101

Color Harmonies of #B17B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17B32

Black with #B17B32

Text Example


Text Example

White with #B17B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17B32; }

 p { color: rgb(177,123,50); }

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

background-color css

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

 a { background-color: rgb(177,123,50); }

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

border-color css

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

 span { border-color: rgb(177,123,50); }

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