Shades of Brown #B5312E
Tints of Brown #B5312E
RGB
CMYK
RGB Variations
Color information
#B5312E (or 0xB5312E) is known color: Brown. HEX triplet: B5, 31 and 2E. RGB value is (181,49,46). Sum of RGB (Red+Green+Blue) = 181+49+46=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B5312E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5312E is #4ACED1. Grayscale: #585858. Windows color (decimal): -4902610 or 3027381. OLE color: 3027381.
HSL color Cylindrical-coordinate representation of color #B5312E: hue angle of 1.33º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5312E is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 49 | 46 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.29 |
| HSL | 1.33º | 0.59% | 0.45% | - |
| HSV(B) | 1.33º | 0.75% | 0.71% | - |
| XYZ | 20.65 | 12.22 | 3.85 | - |
| YUV | 88.13 | 104.23 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 46 | 0 | 0.73 | 0.75 | 0.29 | 1.33 | 0.59 | 0.45 |
| Hex | B5 | 31 | 2E | 0 | 49 | 4B | 1D | 1 | 3B | 2D |
| Octal | 265 | 61 | 56 | 0 | 111 | 113 | 35 | 1 | 73 | 55 |
| Binary | 10110101 | 110001 | 101110 | 0 | 1001001 | 1001011 | 11101 | 1 | 111011 | 101101 |
Color Harmonies of #B5312E
Complementary color
Monochromatic Colors of #B5312E
Black with #B5312E
Text Example
Text Example
White with #B5312E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5312E; }
p { color: rgb(181,49,46); }
H1.HeaderClassName
{
color: #B5312E;
}
.AnyTagClassName
{
color: #B5312E;
}
</style>
background-color css
<style>
a { background-color: #B5312E; }
a { background-color: rgb(181,49,46); }
div.DivClassName
{
background-color: #B5312E;
}
.BgClassName
{
background-color: #B5312E;
}
</style>
border-color css
<style>
span { border-color: #B5312E; }
span { border-color: rgb(181,49,46); }
td.TdClassName
{
border-color: #B5312E;
}
.TagClassName
{
border-color: #B5312E;
}
</style>