Html Css Color HEX #B17C2B Mandalay

📋 copy color: '#B17C2B'

red 177 ◦ green 124 ◦ blue 43

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

Shades of Mandalay #B17C2B

Tints of Mandalay #B17C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.5%

R = 51.45%
G = 36.05%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B17C2B (or 0xB17C2B) is known color: Mandalay. HEX triplet: B1, 7C and 2B. RGB value is (177,124,43). Sum of RGB (Red+Green+Blue) = 177+124+43=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17C2B is #4E83D4. Grayscale: #828282. Windows color (decimal): -5145557 or 2849969. OLE color: 2849969.

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

Color convert

RGB 177 124 43 -
CMYK 0 0.30 0.76 0.31
HSL 36.27º 0.61% 0.43% -
HSV(B) 36.27º 0.76% 0.69% -
XYZ 25.78 23.94 5.55 -
YUV 130.61 78.56 161.09 -
System Red Green Blue C M Y K H S L
Decimal 177 124 43 0 0.30 0.76 0.31 36.27 0.61 0.43
Hex B1 7C 2B 0 1E 4C 1F 24 3D 2B
Octal 261 174 53 0 36 114 37 44 75 53
Binary 10110001 1111100 101011 0 11110 1001100 11111 100100 111101 101011

Color Harmonies of #B17C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17C2B

Black with #B17C2B

Text Example


Text Example

White with #B17C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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