Shades of Brown #B02E29
Tints of Brown #B02E29
RGB
CMYK
RGB Variations
Color information
#B02E29 (or 0xB02E29) is known color: Brown. HEX triplet: B0, 2E and 29. RGB value is (176,46,41). Sum of RGB (Red+Green+Blue) = 176+46+41=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02E29 is #4FD1D6. Grayscale: #545454. Windows color (decimal): -5231063 or 2698928. OLE color: 2698928.
HSL color Cylindrical-coordinate representation of color #B02E29: hue angle of 2.22º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02E29 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 46 | 41 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.31 |
| HSL | 2.22º | 0.62% | 0.43% | - |
| HSV(B) | 2.22º | 0.77% | 0.69% | - |
| XYZ | 19.28 | 11.34 | 3.27 | - |
| YUV | 84.3 | 103.57 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 46 | 41 | 0 | 0.74 | 0.77 | 0.31 | 2.22 | 0.62 | 0.43 |
| Hex | B0 | 2E | 29 | 0 | 4A | 4D | 1F | 2 | 3E | 2B |
| Octal | 260 | 56 | 51 | 0 | 112 | 115 | 37 | 2 | 76 | 53 |
| Binary | 10110000 | 101110 | 101001 | 0 | 1001010 | 1001101 | 11111 | 10 | 111110 | 101011 |
Color Harmonies of #B02E29
Complementary color
Monochromatic Colors of #B02E29
Black with #B02E29
Text Example
Text Example
White with #B02E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02E29; }
p { color: rgb(176,46,41); }
H1.HeaderClassName
{
color: #B02E29;
}
.AnyTagClassName
{
color: #B02E29;
}
</style>
background-color css
<style>
a { background-color: #B02E29; }
a { background-color: rgb(176,46,41); }
div.DivClassName
{
background-color: #B02E29;
}
.BgClassName
{
background-color: #B02E29;
}
</style>
border-color css
<style>
span { border-color: #B02E29; }
span { border-color: rgb(176,46,41); }
td.TdClassName
{
border-color: #B02E29;
}
.TagClassName
{
border-color: #B02E29;
}
</style>