Shades of Brown #B1322D
Tints of Brown #B1322D
RGB
CMYK
RGB Variations
Color information
#B1322D (or 0xB1322D) is known color: Brown. HEX triplet: B1, 32 and 2D. RGB value is (177,50,45). Sum of RGB (Red+Green+Blue) = 177+50+45=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B1322D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1322D is #4ECDD2. Grayscale: #575757. Windows color (decimal): -5164499 or 2962097. OLE color: 2962097.
HSL color Cylindrical-coordinate representation of color #B1322D: hue angle of 2.27º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1322D is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 45 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.31 |
| HSL | 2.27º | 0.59% | 0.44% | - |
| HSV(B) | 2.27º | 0.75% | 0.69% | - |
| XYZ | 19.75 | 11.82 | 3.72 | - |
| YUV | 87.4 | 104.08 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 45 | 0 | 0.72 | 0.75 | 0.31 | 2.27 | 0.59 | 0.44 |
| Hex | B1 | 32 | 2D | 0 | 48 | 4B | 1F | 2 | 3B | 2C |
| Octal | 261 | 62 | 55 | 0 | 110 | 113 | 37 | 2 | 73 | 54 |
| Binary | 10110001 | 110010 | 101101 | 0 | 1001000 | 1001011 | 11111 | 10 | 111011 | 101100 |
Color Harmonies of #B1322D
Complementary color
Monochromatic Colors of #B1322D
Black with #B1322D
Text Example
Text Example
White with #B1322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1322D; }
p { color: rgb(177,50,45); }
H1.HeaderClassName
{
color: #B1322D;
}
.AnyTagClassName
{
color: #B1322D;
}
</style>
background-color css
<style>
a { background-color: #B1322D; }
a { background-color: rgb(177,50,45); }
div.DivClassName
{
background-color: #B1322D;
}
.BgClassName
{
background-color: #B1322D;
}
</style>
border-color css
<style>
span { border-color: #B1322D; }
span { border-color: rgb(177,50,45); }
td.TdClassName
{
border-color: #B1322D;
}
.TagClassName
{
border-color: #B1322D;
}
</style>