Shades of Reno Sand #B1763B
Tints of Reno Sand #B1763B
RGB
CMYK
RGB Variations
Color information
#B1763B (or 0xB1763B) is known color: Reno Sand. HEX triplet: B1, 76 and 3B. RGB value is (177,118,59). Sum of RGB (Red+Green+Blue) = 177+118+59=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1763B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1763B is #4E89C4. Grayscale: #818181. Windows color (decimal): -5147077 or 3897009. OLE color: 3897009.
HSL color Cylindrical-coordinate representation of color #B1763B: hue angle of 30º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1763B is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 118 | 59 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.31 |
| HSL | 30º | 0.5% | 0.46% | - |
| HSV(B) | 30º | 0.67% | 0.69% | - |
| XYZ | 25.4 | 22.62 | 7.17 | - |
| YUV | 128.92 | 88.55 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 118 | 59 | 0 | 0.33 | 0.67 | 0.31 | 30 | 0.5 | 0.46 |
| Hex | B1 | 76 | 3B | 0 | 21 | 43 | 1F | 1E | 32 | 2E |
| Octal | 261 | 166 | 73 | 0 | 41 | 103 | 37 | 36 | 62 | 56 |
| Binary | 10110001 | 1110110 | 111011 | 0 | 100001 | 1000011 | 11111 | 11110 | 110010 | 101110 |
Color Harmonies of #B1763B
Complementary color
Monochromatic Colors of #B1763B
Black with #B1763B
Text Example
Text Example
White with #B1763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1763B; }
p { color: rgb(177,118,59); }
H1.HeaderClassName
{
color: #B1763B;
}
.AnyTagClassName
{
color: #B1763B;
}
</style>
background-color css
<style>
a { background-color: #B1763B; }
a { background-color: rgb(177,118,59); }
div.DivClassName
{
background-color: #B1763B;
}
.BgClassName
{
background-color: #B1763B;
}
</style>
border-color css
<style>
span { border-color: #B1763B; }
span { border-color: rgb(177,118,59); }
td.TdClassName
{
border-color: #B1763B;
}
.TagClassName
{
border-color: #B1763B;
}
</style>