Shades of Reno Sand #B5672A
Tints of Reno Sand #B5672A
RGB
CMYK
RGB Variations
Color information
#B5672A (or 0xB5672A) is known color: Reno Sand. HEX triplet: B5, 67 and 2A. RGB value is (181,103,42). Sum of RGB (Red+Green+Blue) = 181+103+42=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5672A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5672A is #4A98D5. Grayscale: #777777. Windows color (decimal): -4888790 or 2779061. OLE color: 2779061.
HSL color Cylindrical-coordinate representation of color #B5672A: hue angle of 26.33º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5672A is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 42 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.29 |
| HSL | 26.33º | 0.62% | 0.44% | - |
| HSV(B) | 26.33º | 0.77% | 0.71% | - |
| XYZ | 24.32 | 19.69 | 4.71 | - |
| YUV | 119.37 | 84.34 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 42 | 0 | 0.43 | 0.77 | 0.29 | 26.33 | 0.62 | 0.44 |
| Hex | B5 | 67 | 2A | 0 | 2B | 4D | 1D | 1A | 3E | 2C |
| Octal | 265 | 147 | 52 | 0 | 53 | 115 | 35 | 32 | 76 | 54 |
| Binary | 10110101 | 1100111 | 101010 | 0 | 101011 | 1001101 | 11101 | 11010 | 111110 | 101100 |
Color Harmonies of #B5672A
Complementary color
Monochromatic Colors of #B5672A
Black with #B5672A
Text Example
Text Example
White with #B5672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5672A; }
p { color: rgb(181,103,42); }
H1.HeaderClassName
{
color: #B5672A;
}
.AnyTagClassName
{
color: #B5672A;
}
</style>
background-color css
<style>
a { background-color: #B5672A; }
a { background-color: rgb(181,103,42); }
div.DivClassName
{
background-color: #B5672A;
}
.BgClassName
{
background-color: #B5672A;
}
</style>
border-color css
<style>
span { border-color: #B5672A; }
span { border-color: rgb(181,103,42); }
td.TdClassName
{
border-color: #B5672A;
}
.TagClassName
{
border-color: #B5672A;
}
</style>