Shades of Brown #B12F2D
Tints of Brown #B12F2D
RGB
CMYK
RGB Variations
Color information
#B12F2D (or 0xB12F2D) is known color: Brown. HEX triplet: B1, 2F and 2D. RGB value is (177,47,45). Sum of RGB (Red+Green+Blue) = 177+47+45=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12F2D is #4ED0D2. Grayscale: #555555. Windows color (decimal): -5165267 or 2961329. OLE color: 2961329.
HSL color Cylindrical-coordinate representation of color #B12F2D: hue angle of 0.91º 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 #B12F2D is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 47 | 45 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.31 |
| HSL | 0.91º | 0.59% | 0.44% | - |
| HSV(B) | 0.91º | 0.75% | 0.69% | - |
| XYZ | 19.62 | 11.57 | 3.68 | - |
| YUV | 85.64 | 105.07 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 47 | 45 | 0 | 0.73 | 0.75 | 0.31 | 0.91 | 0.59 | 0.44 |
| Hex | B1 | 2F | 2D | 0 | 49 | 4B | 1F | 1 | 3B | 2C |
| Octal | 261 | 57 | 55 | 0 | 111 | 113 | 37 | 1 | 73 | 54 |
| Binary | 10110001 | 101111 | 101101 | 0 | 1001001 | 1001011 | 11111 | 1 | 111011 | 101100 |
Color Harmonies of #B12F2D
Complementary color
Monochromatic Colors of #B12F2D
Black with #B12F2D
Text Example
Text Example
White with #B12F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12F2D; }
p { color: rgb(177,47,45); }
H1.HeaderClassName
{
color: #B12F2D;
}
.AnyTagClassName
{
color: #B12F2D;
}
</style>
background-color css
<style>
a { background-color: #B12F2D; }
a { background-color: rgb(177,47,45); }
div.DivClassName
{
background-color: #B12F2D;
}
.BgClassName
{
background-color: #B12F2D;
}
</style>
border-color css
<style>
span { border-color: #B12F2D; }
span { border-color: rgb(177,47,45); }
td.TdClassName
{
border-color: #B12F2D;
}
.TagClassName
{
border-color: #B12F2D;
}
</style>