Shades of Reno Sand #B1672F
Tints of Reno Sand #B1672F
RGB
CMYK
RGB Variations
Color information
#B1672F (or 0xB1672F) is known color: Reno Sand. HEX triplet: B1, 67 and 2F. RGB value is (177,103,47). Sum of RGB (Red+Green+Blue) = 177+103+47=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B1672F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1672F is #4E98D0. Grayscale: #777777. Windows color (decimal): -5150929 or 3106737. OLE color: 3106737.
HSL color Cylindrical-coordinate representation of color #B1672F: hue angle of 25.85º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1672F is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 47 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.31 |
| HSL | 25.85º | 0.58% | 0.44% | - |
| HSV(B) | 25.85º | 0.73% | 0.69% | - |
| XYZ | 23.49 | 19.25 | 5.17 | - |
| YUV | 118.74 | 87.52 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 47 | 0 | 0.42 | 0.73 | 0.31 | 25.85 | 0.58 | 0.44 |
| Hex | B1 | 67 | 2F | 0 | 2A | 49 | 1F | 1A | 3A | 2C |
| Octal | 261 | 147 | 57 | 0 | 52 | 111 | 37 | 32 | 72 | 54 |
| Binary | 10110001 | 1100111 | 101111 | 0 | 101010 | 1001001 | 11111 | 11010 | 111010 | 101100 |
Color Harmonies of #B1672F
Complementary color
Monochromatic Colors of #B1672F
Black with #B1672F
Text Example
Text Example
White with #B1672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1672F; }
p { color: rgb(177,103,47); }
H1.HeaderClassName
{
color: #B1672F;
}
.AnyTagClassName
{
color: #B1672F;
}
</style>
background-color css
<style>
a { background-color: #B1672F; }
a { background-color: rgb(177,103,47); }
div.DivClassName
{
background-color: #B1672F;
}
.BgClassName
{
background-color: #B1672F;
}
</style>
border-color css
<style>
span { border-color: #B1672F; }
span { border-color: rgb(177,103,47); }
td.TdClassName
{
border-color: #B1672F;
}
.TagClassName
{
border-color: #B1672F;
}
</style>