Shades of Reno Sand #B3662A
Tints of Reno Sand #B3662A
RGB
CMYK
RGB Variations
Color information
#B3662A (or 0xB3662A) is known color: Reno Sand. HEX triplet: B3, 66 and 2A. RGB value is (179,102,42). Sum of RGB (Red+Green+Blue) = 179+102+42=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B3662A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3662A is #4C99D5. Grayscale: #767676. Windows color (decimal): -5020118 or 2778803. OLE color: 2778803.
HSL color Cylindrical-coordinate representation of color #B3662A: hue angle of 26.28º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3662A is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 42 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.30 |
| HSL | 26.28º | 0.62% | 0.43% | - |
| HSV(B) | 26.28º | 0.77% | 0.7% | - |
| XYZ | 23.76 | 19.25 | 4.65 | - |
| YUV | 118.18 | 85.01 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 42 | 0 | 0.43 | 0.77 | 0.30 | 26.28 | 0.62 | 0.43 |
| Hex | B3 | 66 | 2A | 0 | 2B | 4D | 1E | 1A | 3E | 2B |
| Octal | 263 | 146 | 52 | 0 | 53 | 115 | 36 | 32 | 76 | 53 |
| Binary | 10110011 | 1100110 | 101010 | 0 | 101011 | 1001101 | 11110 | 11010 | 111110 | 101011 |
Color Harmonies of #B3662A
Complementary color
Monochromatic Colors of #B3662A
Black with #B3662A
Text Example
Text Example
White with #B3662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3662A; }
p { color: rgb(179,102,42); }
H1.HeaderClassName
{
color: #B3662A;
}
.AnyTagClassName
{
color: #B3662A;
}
</style>
background-color css
<style>
a { background-color: #B3662A; }
a { background-color: rgb(179,102,42); }
div.DivClassName
{
background-color: #B3662A;
}
.BgClassName
{
background-color: #B3662A;
}
</style>
border-color css
<style>
span { border-color: #B3662A; }
span { border-color: rgb(179,102,42); }
td.TdClassName
{
border-color: #B3662A;
}
.TagClassName
{
border-color: #B3662A;
}
</style>