Shades of Reno Sand #B2692F
Tints of Reno Sand #B2692F
RGB
CMYK
RGB Variations
Color information
#B2692F (or 0xB2692F) is known color: Reno Sand. HEX triplet: B2, 69 and 2F. RGB value is (178,105,47). Sum of RGB (Red+Green+Blue) = 178+105+47=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B2692F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2692F is #4D96D0. Grayscale: #787878. Windows color (decimal): -5084881 or 3107250. OLE color: 3107250.
HSL color Cylindrical-coordinate representation of color #B2692F: hue angle of 26.56º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2692F is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 105 | 47 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.30 |
| HSL | 26.56º | 0.58% | 0.44% | - |
| HSV(B) | 26.56º | 0.74% | 0.7% | - |
| XYZ | 23.92 | 19.77 | 5.24 | - |
| YUV | 120.22 | 86.68 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 105 | 47 | 0 | 0.41 | 0.74 | 0.30 | 26.56 | 0.58 | 0.44 |
| Hex | B2 | 69 | 2F | 0 | 29 | 4A | 1E | 1B | 3A | 2C |
| Octal | 262 | 151 | 57 | 0 | 51 | 112 | 36 | 33 | 72 | 54 |
| Binary | 10110010 | 1101001 | 101111 | 0 | 101001 | 1001010 | 11110 | 11011 | 111010 | 101100 |
Color Harmonies of #B2692F
Complementary color
Monochromatic Colors of #B2692F
Black with #B2692F
Text Example
Text Example
White with #B2692F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2692F; }
p { color: rgb(178,105,47); }
H1.HeaderClassName
{
color: #B2692F;
}
.AnyTagClassName
{
color: #B2692F;
}
</style>
background-color css
<style>
a { background-color: #B2692F; }
a { background-color: rgb(178,105,47); }
div.DivClassName
{
background-color: #B2692F;
}
.BgClassName
{
background-color: #B2692F;
}
</style>
border-color css
<style>
span { border-color: #B2692F; }
span { border-color: rgb(178,105,47); }
td.TdClassName
{
border-color: #B2692F;
}
.TagClassName
{
border-color: #B2692F;
}
</style>