Shades of Reno Sand #B2783C
Tints of Reno Sand #B2783C
RGB
CMYK
RGB Variations
Color information
#B2783C (or 0xB2783C) is known color: Reno Sand. HEX triplet: B2, 78 and 3C. RGB value is (178,120,60). Sum of RGB (Red+Green+Blue) = 178+120+60=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B2783C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2783C is #4D87C3. Grayscale: #828282. Windows color (decimal): -5081028 or 3963058. OLE color: 3963058.
HSL color Cylindrical-coordinate representation of color #B2783C: hue angle of 30.51º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2783C is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 120 | 60 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.30 |
| HSL | 30.51º | 0.5% | 0.47% | - |
| HSV(B) | 30.51º | 0.66% | 0.7% | - |
| XYZ | 25.89 | 23.22 | 7.39 | - |
| YUV | 130.5 | 88.22 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 60 | 0 | 0.33 | 0.66 | 0.30 | 30.51 | 0.5 | 0.47 |
| Hex | B2 | 78 | 3C | 0 | 21 | 42 | 1E | 1F | 32 | 2F |
| Octal | 262 | 170 | 74 | 0 | 41 | 102 | 36 | 37 | 62 | 57 |
| Binary | 10110010 | 1111000 | 111100 | 0 | 100001 | 1000010 | 11110 | 11111 | 110010 | 101111 |
Color Harmonies of #B2783C
Complementary color
Monochromatic Colors of #B2783C
Black with #B2783C
Text Example
Text Example
White with #B2783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2783C; }
p { color: rgb(178,120,60); }
H1.HeaderClassName
{
color: #B2783C;
}
.AnyTagClassName
{
color: #B2783C;
}
</style>
background-color css
<style>
a { background-color: #B2783C; }
a { background-color: rgb(178,120,60); }
div.DivClassName
{
background-color: #B2783C;
}
.BgClassName
{
background-color: #B2783C;
}
</style>
border-color css
<style>
span { border-color: #B2783C; }
span { border-color: rgb(178,120,60); }
td.TdClassName
{
border-color: #B2783C;
}
.TagClassName
{
border-color: #B2783C;
}
</style>