Shades of Reno Sand #B5672B
Tints of Reno Sand #B5672B
RGB
CMYK
RGB Variations
Color information
#B5672B (or 0xB5672B) is known color: Reno Sand. HEX triplet: B5, 67 and 2B. RGB value is (181,103,43). Sum of RGB (Red+Green+Blue) = 181+103+43=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B5672B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5672B is #4A98D4. Grayscale: #777777. Windows color (decimal): -4888789 or 2844597. OLE color: 2844597.
HSL color Cylindrical-coordinate representation of color #B5672B: hue angle of 26.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5672B is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 43 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.29 |
| HSL | 26.09º | 0.62% | 0.44% | - |
| HSV(B) | 26.09º | 0.76% | 0.71% | - |
| XYZ | 24.34 | 19.7 | 4.8 | - |
| YUV | 119.48 | 84.84 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 43 | 0 | 0.43 | 0.76 | 0.29 | 26.09 | 0.62 | 0.44 |
| Hex | B5 | 67 | 2B | 0 | 2B | 4C | 1D | 1A | 3E | 2C |
| Octal | 265 | 147 | 53 | 0 | 53 | 114 | 35 | 32 | 76 | 54 |
| Binary | 10110101 | 1100111 | 101011 | 0 | 101011 | 1001100 | 11101 | 11010 | 111110 | 101100 |
Color Harmonies of #B5672B
Complementary color
Monochromatic Colors of #B5672B
Black with #B5672B
Text Example
Text Example
White with #B5672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5672B; }
p { color: rgb(181,103,43); }
H1.HeaderClassName
{
color: #B5672B;
}
.AnyTagClassName
{
color: #B5672B;
}
</style>
background-color css
<style>
a { background-color: #B5672B; }
a { background-color: rgb(181,103,43); }
div.DivClassName
{
background-color: #B5672B;
}
.BgClassName
{
background-color: #B5672B;
}
</style>
border-color css
<style>
span { border-color: #B5672B; }
span { border-color: rgb(181,103,43); }
td.TdClassName
{
border-color: #B5672B;
}
.TagClassName
{
border-color: #B5672B;
}
</style>