Shades of Reno Sand #B4672F
Tints of Reno Sand #B4672F
RGB
CMYK
RGB Variations
Color information
#B4672F (or 0xB4672F) is known color: Reno Sand. HEX triplet: B4, 67 and 2F. RGB value is (180,103,47). Sum of RGB (Red+Green+Blue) = 180+103+47=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B4672F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4672F is #4B98D0. Grayscale: #777777. Windows color (decimal): -4954321 or 3106740. OLE color: 3106740.
HSL color Cylindrical-coordinate representation of color #B4672F: hue angle of 25.26º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4672F is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 103 | 47 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.29 |
| HSL | 25.26º | 0.59% | 0.45% | - |
| HSV(B) | 25.26º | 0.74% | 0.71% | - |
| XYZ | 24.19 | 19.61 | 5.2 | - |
| YUV | 119.64 | 87.01 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 47 | 0 | 0.43 | 0.74 | 0.29 | 25.26 | 0.59 | 0.45 |
| Hex | B4 | 67 | 2F | 0 | 2B | 4A | 1D | 19 | 3B | 2D |
| Octal | 264 | 147 | 57 | 0 | 53 | 112 | 35 | 31 | 73 | 55 |
| Binary | 10110100 | 1100111 | 101111 | 0 | 101011 | 1001010 | 11101 | 11001 | 111011 | 101101 |
Color Harmonies of #B4672F
Complementary color
Monochromatic Colors of #B4672F
Black with #B4672F
Text Example
Text Example
White with #B4672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4672F; }
p { color: rgb(180,103,47); }
H1.HeaderClassName
{
color: #B4672F;
}
.AnyTagClassName
{
color: #B4672F;
}
</style>
background-color css
<style>
a { background-color: #B4672F; }
a { background-color: rgb(180,103,47); }
div.DivClassName
{
background-color: #B4672F;
}
.BgClassName
{
background-color: #B4672F;
}
</style>
border-color css
<style>
span { border-color: #B4672F; }
span { border-color: rgb(180,103,47); }
td.TdClassName
{
border-color: #B4672F;
}
.TagClassName
{
border-color: #B4672F;
}
</style>