Shades of Reno Sand #B3672C
Tints of Reno Sand #B3672C
RGB
CMYK
RGB Variations
Color information
#B3672C (or 0xB3672C) is known color: Reno Sand. HEX triplet: B3, 67 and 2C. RGB value is (179,103,44). Sum of RGB (Red+Green+Blue) = 179+103+44=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B3672C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3672C is #4C98D3. Grayscale: #777777. Windows color (decimal): -5019860 or 2910131. OLE color: 2910131.
HSL color Cylindrical-coordinate representation of color #B3672C: hue angle of 26.22º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3672C is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 44 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.30 |
| HSL | 26.22º | 0.61% | 0.44% | - |
| HSV(B) | 26.22º | 0.75% | 0.7% | - |
| XYZ | 23.9 | 19.47 | 4.88 | - |
| YUV | 119 | 85.68 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 44 | 0 | 0.42 | 0.75 | 0.30 | 26.22 | 0.61 | 0.44 |
| Hex | B3 | 67 | 2C | 0 | 2A | 4B | 1E | 1A | 3D | 2C |
| Octal | 263 | 147 | 54 | 0 | 52 | 113 | 36 | 32 | 75 | 54 |
| Binary | 10110011 | 1100111 | 101100 | 0 | 101010 | 1001011 | 11110 | 11010 | 111101 | 101100 |
Color Harmonies of #B3672C
Complementary color
Monochromatic Colors of #B3672C
Black with #B3672C
Text Example
Text Example
White with #B3672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3672C; }
p { color: rgb(179,103,44); }
H1.HeaderClassName
{
color: #B3672C;
}
.AnyTagClassName
{
color: #B3672C;
}
</style>
background-color css
<style>
a { background-color: #B3672C; }
a { background-color: rgb(179,103,44); }
div.DivClassName
{
background-color: #B3672C;
}
.BgClassName
{
background-color: #B3672C;
}
</style>
border-color css
<style>
span { border-color: #B3672C; }
span { border-color: rgb(179,103,44); }
td.TdClassName
{
border-color: #B3672C;
}
.TagClassName
{
border-color: #B3672C;
}
</style>