Shades of Christine #B5661F
Tints of Christine #B5661F
RGB
CMYK
RGB Variations
Color information
#B5661F (or 0xB5661F) is known color: Christine. HEX triplet: B5, 66 and 1F. RGB value is (181,102,31). Sum of RGB (Red+Green+Blue) = 181+102+31=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B5661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5661F is #4A99E0. Grayscale: #757575. Windows color (decimal): -4889057 or 2057909. OLE color: 2057909.
HSL color Cylindrical-coordinate representation of color #B5661F: hue angle of 28.4º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5661F is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 31 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.29 |
| HSL | 28.4º | 0.71% | 0.42% | - |
| HSV(B) | 28.4º | 0.83% | 0.71% | - |
| XYZ | 24.05 | 19.43 | 3.78 | - |
| YUV | 117.53 | 79.17 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 31 | 0 | 0.44 | 0.83 | 0.29 | 28.4 | 0.71 | 0.42 |
| Hex | B5 | 66 | 1F | 0 | 2C | 53 | 1D | 1C | 47 | 2A |
| Octal | 265 | 146 | 37 | 0 | 54 | 123 | 35 | 34 | 107 | 52 |
| Binary | 10110101 | 1100110 | 11111 | 0 | 101100 | 1010011 | 11101 | 11100 | 1000111 | 101010 |
Color Harmonies of #B5661F
Complementary color
Monochromatic Colors of #B5661F
Black with #B5661F
Text Example
Text Example
White with #B5661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5661F; }
p { color: rgb(181,102,31); }
H1.HeaderClassName
{
color: #B5661F;
}
.AnyTagClassName
{
color: #B5661F;
}
</style>
background-color css
<style>
a { background-color: #B5661F; }
a { background-color: rgb(181,102,31); }
div.DivClassName
{
background-color: #B5661F;
}
.BgClassName
{
background-color: #B5661F;
}
</style>
border-color css
<style>
span { border-color: #B5661F; }
span { border-color: rgb(181,102,31); }
td.TdClassName
{
border-color: #B5661F;
}
.TagClassName
{
border-color: #B5661F;
}
</style>