Html Css Color HEX #B17E2F Mandalay

📋 copy color: '#B17E2F'

red 177 ◦ green 126 ◦ blue 47

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

Shades of Mandalay #B17E2F

Tints of Mandalay #B17E2F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36%

 BLUE value IS 47 (18.75% from 255) = 13.43%

R = 50.57%
G = 36%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B17E2F (or 0xB17E2F) is known color: Mandalay. HEX triplet: B1, 7E and 2F. RGB value is (177,126,47). Sum of RGB (Red+Green+Blue) = 177+126+47=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17E2F is #4E81D0. Grayscale: #848484. Windows color (decimal): -5145041 or 3112625. OLE color: 3112625.

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

Color convert

RGB 177 126 47 -
CMYK 0 0.29 0.73 0.31
HSL 36.46º 0.58% 0.44% -
HSV(B) 36.46º 0.73% 0.69% -
XYZ 26.11 24.47 6.04 -
YUV 132.24 79.9 159.92 -
System Red Green Blue C M Y K H S L
Decimal 177 126 47 0 0.29 0.73 0.31 36.46 0.58 0.44
Hex B1 7E 2F 0 1D 49 1F 24 3A 2C
Octal 261 176 57 0 35 111 37 44 72 54
Binary 10110001 1111110 101111 0 11101 1001001 11111 100100 111010 101100

Color Harmonies of #B17E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17E2F

Black with #B17E2F

Text Example


Text Example

White with #B17E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17E2F; }

 p { color: rgb(177,126,47); }

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

background-color css

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

 a { background-color: rgb(177,126,47); }

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

border-color css

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

 span { border-color: rgb(177,126,47); }

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