Shades of Brown #B23129
Tints of Brown #B23129
RGB
CMYK
RGB Variations
Color information
#B23129 (or 0xB23129) is known color: Brown. HEX triplet: B2, 31 and 29. RGB value is (178,49,41). Sum of RGB (Red+Green+Blue) = 178+49+41=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B23129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23129 is #4DCED6. Grayscale: #565656. Windows color (decimal): -5099223 or 2699698. OLE color: 2699698.
HSL color Cylindrical-coordinate representation of color #B23129: hue angle of 3.5º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B23129 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 49 | 41 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.30 |
| HSL | 3.5º | 0.63% | 0.43% | - |
| HSV(B) | 3.5º | 0.77% | 0.7% | - |
| XYZ | 19.86 | 11.82 | 3.33 | - |
| YUV | 86.66 | 102.24 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 41 | 0 | 0.72 | 0.77 | 0.30 | 3.5 | 0.63 | 0.43 |
| Hex | B2 | 31 | 29 | 0 | 48 | 4D | 1E | 4 | 3F | 2B |
| Octal | 262 | 61 | 51 | 0 | 110 | 115 | 36 | 4 | 77 | 53 |
| Binary | 10110010 | 110001 | 101001 | 0 | 1001000 | 1001101 | 11110 | 100 | 111111 | 101011 |
Color Harmonies of #B23129
Complementary color
Monochromatic Colors of #B23129
Black with #B23129
Text Example
Text Example
White with #B23129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23129; }
p { color: rgb(178,49,41); }
H1.HeaderClassName
{
color: #B23129;
}
.AnyTagClassName
{
color: #B23129;
}
</style>
background-color css
<style>
a { background-color: #B23129; }
a { background-color: rgb(178,49,41); }
div.DivClassName
{
background-color: #B23129;
}
.BgClassName
{
background-color: #B23129;
}
</style>
border-color css
<style>
span { border-color: #B23129; }
span { border-color: rgb(178,49,41); }
td.TdClassName
{
border-color: #B23129;
}
.TagClassName
{
border-color: #B23129;
}
</style>