Html Css Color HEX #B1752F Mandalay

📋 copy color: '#B1752F'

red 177 ◦ green 117 ◦ blue 47

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

Shades of Mandalay #B1752F

Tints of Mandalay #B1752F

RGB

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

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

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

R = 51.91%
G = 34.31%
B = 13.78%

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

#B1752F (or 0xB1752F) is known color: Mandalay. HEX triplet: B1, 75 and 2F. RGB value is (177,117,47). Sum of RGB (Red+Green+Blue) = 177+117+47=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1752F is #4E8AD0. Grayscale: #7F7F7F. Windows color (decimal): -5147345 or 3110321. OLE color: 3110321.

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

Color convert

RGB 177 117 47 -
CMYK 0 0.34 0.73 0.31
HSL 32.31º 0.58% 0.44% -
HSV(B) 32.31º 0.73% 0.69% -
XYZ 25.01 22.27 5.67 -
YUV 126.96 82.88 163.69 -
System Red Green Blue C M Y K H S L
Decimal 177 117 47 0 0.34 0.73 0.31 32.31 0.58 0.44
Hex B1 75 2F 0 22 49 1F 20 3A 2C
Octal 261 165 57 0 42 111 37 40 72 54
Binary 10110001 1110101 101111 0 100010 1001001 11111 100000 111010 101100

Color Harmonies of #B1752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1752F

Black with #B1752F

Text Example


Text Example

White with #B1752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1752F; }

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

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

background-color css

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

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

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

border-color css

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

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

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