Shades of Reno Sand #B27430
Tints of Reno Sand #B27430
RGB
CMYK
RGB Variations
Color information
#B27430 (or 0xB27430) is known color: Reno Sand. HEX triplet: B2, 74 and 30. RGB value is (178,116,48). Sum of RGB (Red+Green+Blue) = 178+116+48=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B27430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27430 is #4D8BCF. Grayscale: #7F7F7F. Windows color (decimal): -5082064 or 3175602. OLE color: 3175602.
HSL color Cylindrical-coordinate representation of color #B27430: hue angle of 31.38º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B27430 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 116 | 48 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.30 |
| HSL | 31.38º | 0.58% | 0.44% | - |
| HSV(B) | 31.38º | 0.73% | 0.7% | - |
| XYZ | 25.14 | 22.17 | 5.75 | - |
| YUV | 126.79 | 83.54 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 116 | 48 | 0 | 0.35 | 0.73 | 0.30 | 31.38 | 0.58 | 0.44 |
| Hex | B2 | 74 | 30 | 0 | 23 | 49 | 1E | 1F | 3A | 2C |
| Octal | 262 | 164 | 60 | 0 | 43 | 111 | 36 | 37 | 72 | 54 |
| Binary | 10110010 | 1110100 | 110000 | 0 | 100011 | 1001001 | 11110 | 11111 | 111010 | 101100 |
Color Harmonies of #B27430
Complementary color
Monochromatic Colors of #B27430
Black with #B27430
Text Example
Text Example
White with #B27430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27430; }
p { color: rgb(178,116,48); }
H1.HeaderClassName
{
color: #B27430;
}
.AnyTagClassName
{
color: #B27430;
}
</style>
background-color css
<style>
a { background-color: #B27430; }
a { background-color: rgb(178,116,48); }
div.DivClassName
{
background-color: #B27430;
}
.BgClassName
{
background-color: #B27430;
}
</style>
border-color css
<style>
span { border-color: #B27430; }
span { border-color: rgb(178,116,48); }
td.TdClassName
{
border-color: #B27430;
}
.TagClassName
{
border-color: #B27430;
}
</style>