Shades of Brown #B1322C
Tints of Brown #B1322C
RGB
CMYK
RGB Variations
Color information
#B1322C (or 0xB1322C) is known color: Brown. HEX triplet: B1, 32 and 2C. RGB value is (177,50,44). Sum of RGB (Red+Green+Blue) = 177+50+44=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B1322C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1322C is #4ECDD3. Grayscale: #575757. Windows color (decimal): -5164500 or 2896561. OLE color: 2896561.
HSL color Cylindrical-coordinate representation of color #B1322C: hue angle of 2.71º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1322C is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 44 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.31 |
| HSL | 2.71º | 0.6% | 0.43% | - |
| HSV(B) | 2.71º | 0.75% | 0.69% | - |
| XYZ | 19.73 | 11.81 | 3.62 | - |
| YUV | 87.29 | 103.58 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 44 | 0 | 0.72 | 0.75 | 0.31 | 2.71 | 0.6 | 0.43 |
| Hex | B1 | 32 | 2C | 0 | 48 | 4B | 1F | 3 | 3C | 2B |
| Octal | 261 | 62 | 54 | 0 | 110 | 113 | 37 | 3 | 74 | 53 |
| Binary | 10110001 | 110010 | 101100 | 0 | 1001000 | 1001011 | 11111 | 11 | 111100 | 101011 |
Color Harmonies of #B1322C
Complementary color
Monochromatic Colors of #B1322C
Black with #B1322C
Text Example
Text Example
White with #B1322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1322C; }
p { color: rgb(177,50,44); }
H1.HeaderClassName
{
color: #B1322C;
}
.AnyTagClassName
{
color: #B1322C;
}
</style>
background-color css
<style>
a { background-color: #B1322C; }
a { background-color: rgb(177,50,44); }
div.DivClassName
{
background-color: #B1322C;
}
.BgClassName
{
background-color: #B1322C;
}
</style>
border-color css
<style>
span { border-color: #B1322C; }
span { border-color: rgb(177,50,44); }
td.TdClassName
{
border-color: #B1322C;
}
.TagClassName
{
border-color: #B1322C;
}
</style>