Shades of Reno Sand #B2692A
Tints of Reno Sand #B2692A
RGB
CMYK
RGB Variations
Color information
#B2692A (or 0xB2692A) is known color: Reno Sand. HEX triplet: B2, 69 and 2A. RGB value is (178,105,42). Sum of RGB (Red+Green+Blue) = 178+105+42=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2692A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2692A is #4D96D5. Grayscale: #777777. Windows color (decimal): -5084886 or 2779570. OLE color: 2779570.
HSL color Cylindrical-coordinate representation of color #B2692A: hue angle of 27.79º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2692A is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 105 | 42 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.30 |
| HSL | 27.79º | 0.62% | 0.43% | - |
| HSV(B) | 27.79º | 0.76% | 0.7% | - |
| XYZ | 23.83 | 19.74 | 4.74 | - |
| YUV | 119.65 | 84.18 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 105 | 42 | 0 | 0.41 | 0.76 | 0.30 | 27.79 | 0.62 | 0.43 |
| Hex | B2 | 69 | 2A | 0 | 29 | 4C | 1E | 1C | 3E | 2B |
| Octal | 262 | 151 | 52 | 0 | 51 | 114 | 36 | 34 | 76 | 53 |
| Binary | 10110010 | 1101001 | 101010 | 0 | 101001 | 1001100 | 11110 | 11100 | 111110 | 101011 |
Color Harmonies of #B2692A
Complementary color
Monochromatic Colors of #B2692A
Black with #B2692A
Text Example
Text Example
White with #B2692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2692A; }
p { color: rgb(178,105,42); }
H1.HeaderClassName
{
color: #B2692A;
}
.AnyTagClassName
{
color: #B2692A;
}
</style>
background-color css
<style>
a { background-color: #B2692A; }
a { background-color: rgb(178,105,42); }
div.DivClassName
{
background-color: #B2692A;
}
.BgClassName
{
background-color: #B2692A;
}
</style>
border-color css
<style>
span { border-color: #B2692A; }
span { border-color: rgb(178,105,42); }
td.TdClassName
{
border-color: #B2692A;
}
.TagClassName
{
border-color: #B2692A;
}
</style>