Shades of Reno Sand #B2671F
Tints of Reno Sand #B2671F
RGB
CMYK
RGB Variations
Color information
#B2671F (or 0xB2671F) is known color: Reno Sand. HEX triplet: B2, 67 and 1F. RGB value is (178,103,31). Sum of RGB (Red+Green+Blue) = 178+103+31=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B2671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2671F is #4D98E0. Grayscale: #757575. Windows color (decimal): -5085409 or 2058162. OLE color: 2058162.
HSL color Cylindrical-coordinate representation of color #B2671F: hue angle of 29.39º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2671F is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 103 | 31 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.30 |
| HSL | 29.39º | 0.7% | 0.41% | - |
| HSV(B) | 29.39º | 0.83% | 0.7% | - |
| XYZ | 23.46 | 19.26 | 3.78 | - |
| YUV | 117.22 | 79.35 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 103 | 31 | 0 | 0.42 | 0.83 | 0.30 | 29.39 | 0.7 | 0.41 |
| Hex | B2 | 67 | 1F | 0 | 2A | 53 | 1E | 1D | 46 | 29 |
| Octal | 262 | 147 | 37 | 0 | 52 | 123 | 36 | 35 | 106 | 51 |
| Binary | 10110010 | 1100111 | 11111 | 0 | 101010 | 1010011 | 11110 | 11101 | 1000110 | 101001 |
Color Harmonies of #B2671F
Complementary color
Monochromatic Colors of #B2671F
Black with #B2671F
Text Example
Text Example
White with #B2671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2671F; }
p { color: rgb(178,103,31); }
H1.HeaderClassName
{
color: #B2671F;
}
.AnyTagClassName
{
color: #B2671F;
}
</style>
background-color css
<style>
a { background-color: #B2671F; }
a { background-color: rgb(178,103,31); }
div.DivClassName
{
background-color: #B2671F;
}
.BgClassName
{
background-color: #B2671F;
}
</style>
border-color css
<style>
span { border-color: #B2671F; }
span { border-color: rgb(178,103,31); }
td.TdClassName
{
border-color: #B2671F;
}
.TagClassName
{
border-color: #B2671F;
}
</style>