Shades of Reno Sand #B67338
Tints of Reno Sand #B67338
RGB
CMYK
RGB Variations
Color information
#B67338 (or 0xB67338) is known color: Reno Sand. HEX triplet: B6, 73 and 38. RGB value is (182,115,56). Sum of RGB (Red+Green+Blue) = 182+115+56=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B67338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67338 is #498CC7. Grayscale: #808080. Windows color (decimal): -4820168 or 3699638. OLE color: 3699638.
HSL color Cylindrical-coordinate representation of color #B67338: hue angle of 28.1º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B67338 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 115 | 56 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.29 |
| HSL | 28.1º | 0.53% | 0.47% | - |
| HSV(B) | 28.1º | 0.69% | 0.71% | - |
| XYZ | 26.14 | 22.49 | 6.71 | - |
| YUV | 128.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 56 | 0 | 0.37 | 0.69 | 0.29 | 28.1 | 0.53 | 0.47 |
| Hex | B6 | 73 | 38 | 0 | 25 | 45 | 1D | 1C | 35 | 2F |
| Octal | 266 | 163 | 70 | 0 | 45 | 105 | 35 | 34 | 65 | 57 |
| Binary | 10110110 | 1110011 | 111000 | 0 | 100101 | 1000101 | 11101 | 11100 | 110101 | 101111 |
Color Harmonies of #B67338
Complementary color
Monochromatic Colors of #B67338
Black with #B67338
Text Example
Text Example
White with #B67338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67338; }
p { color: rgb(182,115,56); }
H1.HeaderClassName
{
color: #B67338;
}
.AnyTagClassName
{
color: #B67338;
}
</style>
background-color css
<style>
a { background-color: #B67338; }
a { background-color: rgb(182,115,56); }
div.DivClassName
{
background-color: #B67338;
}
.BgClassName
{
background-color: #B67338;
}
</style>
border-color css
<style>
span { border-color: #B67338; }
span { border-color: rgb(182,115,56); }
td.TdClassName
{
border-color: #B67338;
}
.TagClassName
{
border-color: #B67338;
}
</style>