Html Css Color HEX #B1742F Mandalay

📋 copy color: '#B1742F'

red 177 ◦ green 116 ◦ blue 47

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

Shades of Mandalay #B1742F

Tints of Mandalay #B1742F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.12%

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

R = 52.06%
G = 34.12%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B1742F (or 0xB1742F) is known color: Mandalay. HEX triplet: B1, 74 and 2F. RGB value is (177,116,47). Sum of RGB (Red+Green+Blue) = 177+116+47=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1742F is #4E8BD0. Grayscale: #7E7E7E. Windows color (decimal): -5147601 or 3110065. OLE color: 3110065.

HSL color Cylindrical-coordinate representation of color #B1742F: hue angle of 31.85º 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 #B1742F is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 116 47 -
CMYK 0 0.34 0.73 0.31
HSL 31.85º 0.58% 0.44% -
HSV(B) 31.85º 0.73% 0.69% -
XYZ 24.89 22.04 5.63 -
YUV 126.37 83.21 164.11 -
System Red Green Blue C M Y K H S L
Decimal 177 116 47 0 0.34 0.73 0.31 31.85 0.58 0.44
Hex B1 74 2F 0 22 49 1F 20 3A 2C
Octal 261 164 57 0 42 111 37 40 72 54
Binary 10110001 1110100 101111 0 100010 1001001 11111 100000 111010 101100

Color Harmonies of #B1742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1742F

Black with #B1742F

Text Example


Text Example

White with #B1742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1742F; }

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

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

background-color css

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

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

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

border-color css

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

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

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