Shades of Reno Sand #B2783A
Tints of Reno Sand #B2783A
RGB
CMYK
RGB Variations
Color information
#B2783A (or 0xB2783A) is known color: Reno Sand. HEX triplet: B2, 78 and 3A. RGB value is (178,120,58). Sum of RGB (Red+Green+Blue) = 178+120+58=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2783A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2783A is #4D87C5. Grayscale: #828282. Windows color (decimal): -5081030 or 3831986. OLE color: 3831986.
HSL color Cylindrical-coordinate representation of color #B2783A: hue angle of 31º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2783A is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 120 | 58 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.30 |
| HSL | 31º | 0.51% | 0.46% | - |
| HSV(B) | 31º | 0.67% | 0.7% | - |
| XYZ | 25.84 | 23.2 | 7.12 | - |
| YUV | 130.27 | 87.22 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 58 | 0 | 0.33 | 0.67 | 0.30 | 31 | 0.51 | 0.46 |
| Hex | B2 | 78 | 3A | 0 | 21 | 43 | 1E | 1F | 33 | 2E |
| Octal | 262 | 170 | 72 | 0 | 41 | 103 | 36 | 37 | 63 | 56 |
| Binary | 10110010 | 1111000 | 111010 | 0 | 100001 | 1000011 | 11110 | 11111 | 110011 | 101110 |
Color Harmonies of #B2783A
Complementary color
Monochromatic Colors of #B2783A
Black with #B2783A
Text Example
Text Example
White with #B2783A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2783A; }
p { color: rgb(178,120,58); }
H1.HeaderClassName
{
color: #B2783A;
}
.AnyTagClassName
{
color: #B2783A;
}
</style>
background-color css
<style>
a { background-color: #B2783A; }
a { background-color: rgb(178,120,58); }
div.DivClassName
{
background-color: #B2783A;
}
.BgClassName
{
background-color: #B2783A;
}
</style>
border-color css
<style>
span { border-color: #B2783A; }
span { border-color: rgb(178,120,58); }
td.TdClassName
{
border-color: #B2783A;
}
.TagClassName
{
border-color: #B2783A;
}
</style>