Shades of Brown #B02F2E
Tints of Brown #B02F2E
RGB
CMYK
RGB Variations
Color information
#B02F2E (or 0xB02F2E) is known color: Brown. HEX triplet: B0, 2F and 2E. RGB value is (176,47,46). Sum of RGB (Red+Green+Blue) = 176+47+46=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02F2E is #4FD0D1. Grayscale: #555555. Windows color (decimal): -5230802 or 3026864. OLE color: 3026864.
HSL color Cylindrical-coordinate representation of color #B02F2E: hue angle of 0.46º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B02F2E is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 47 | 46 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.31 |
| HSL | 0.46º | 0.59% | 0.44% | - |
| HSV(B) | 0.46º | 0.74% | 0.69% | - |
| XYZ | 19.41 | 11.46 | 3.77 | - |
| YUV | 85.46 | 105.74 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 47 | 46 | 0 | 0.73 | 0.74 | 0.31 | 0.46 | 0.59 | 0.44 |
| Hex | B0 | 2F | 2E | 0 | 49 | 4A | 1F | 0 | 3B | 2C |
| Octal | 260 | 57 | 56 | 0 | 111 | 112 | 37 | 0 | 73 | 54 |
| Binary | 10110000 | 101111 | 101110 | 0 | 1001001 | 1001010 | 11111 | 0 | 111011 | 101100 |
Color Harmonies of #B02F2E
Complementary color
Monochromatic Colors of #B02F2E
Black with #B02F2E
Text Example
Text Example
White with #B02F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02F2E; }
p { color: rgb(176,47,46); }
H1.HeaderClassName
{
color: #B02F2E;
}
.AnyTagClassName
{
color: #B02F2E;
}
</style>
background-color css
<style>
a { background-color: #B02F2E; }
a { background-color: rgb(176,47,46); }
div.DivClassName
{
background-color: #B02F2E;
}
.BgClassName
{
background-color: #B02F2E;
}
</style>
border-color css
<style>
span { border-color: #B02F2E; }
span { border-color: rgb(176,47,46); }
td.TdClassName
{
border-color: #B02F2E;
}
.TagClassName
{
border-color: #B02F2E;
}
</style>