Html Css Color HEX #B1752E Mandalay

📋 copy color: '#B1752E'

red 177 ◦ green 117 ◦ blue 46

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

Shades of Mandalay #B1752E

Tints of Mandalay #B1752E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

 BLUE value IS 46 (18.36% from 255) = 13.53%

R = 52.06%
G = 34.41%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B1752E (or 0xB1752E) is known color: Mandalay. HEX triplet: B1, 75 and 2E. RGB value is (177,117,46). Sum of RGB (Red+Green+Blue) = 177+117+46=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1752E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1752E is #4E8AD1. Grayscale: #7F7F7F. Windows color (decimal): -5147346 or 3044785. OLE color: 3044785.

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

Color convert

RGB 177 117 46 -
CMYK 0 0.34 0.74 0.31
HSL 32.52º 0.59% 0.44% -
HSV(B) 32.52º 0.74% 0.69% -
XYZ 24.99 22.27 5.57 -
YUV 126.85 82.38 163.77 -
System Red Green Blue C M Y K H S L
Decimal 177 117 46 0 0.34 0.74 0.31 32.52 0.59 0.44
Hex B1 75 2E 0 22 4A 1F 21 3B 2C
Octal 261 165 56 0 42 112 37 41 73 54
Binary 10110001 1110101 101110 0 100010 1001010 11111 100001 111011 101100

Color Harmonies of #B1752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1752E

Black with #B1752E

Text Example


Text Example

White with #B1752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1752E; }

 p { color: rgb(177,117,46); }

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

background-color css

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

 a { background-color: rgb(177,117,46); }

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

border-color css

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

 span { border-color: rgb(177,117,46); }

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