Html Css Color HEX #B17C34 Mandalay

📋 copy color: '#B17C34'

red 177 ◦ green 124 ◦ blue 52

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

Shades of Mandalay #B17C34

Tints of Mandalay #B17C34

RGB

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

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

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

R = 50.14%
G = 35.13%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B17C34 (or 0xB17C34) is known color: Mandalay. HEX triplet: B1, 7C and 34. RGB value is (177,124,52). Sum of RGB (Red+Green+Blue) = 177+124+52=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17C34 is #4E83CB. Grayscale: #838383. Windows color (decimal): -5145548 or 3439793. OLE color: 3439793.

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

Color convert

RGB 177 124 52 -
CMYK 0 0.30 0.71 0.31
HSL 34.56º 0.55% 0.45% -
HSV(B) 34.56º 0.71% 0.69% -
XYZ 25.96 24.01 6.52 -
YUV 131.64 83.06 160.35 -
System Red Green Blue C M Y K H S L
Decimal 177 124 52 0 0.30 0.71 0.31 34.56 0.55 0.45
Hex B1 7C 34 0 1E 47 1F 23 37 2D
Octal 261 174 64 0 36 107 37 43 67 55
Binary 10110001 1111100 110100 0 11110 1000111 11111 100011 110111 101101

Color Harmonies of #B17C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17C34

Black with #B17C34

Text Example


Text Example

White with #B17C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17C34; }

 p { color: rgb(177,124,52); }

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

background-color css

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

 a { background-color: rgb(177,124,52); }

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

border-color css

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

 span { border-color: rgb(177,124,52); }

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