Shades of Christine #B5681F
Tints of Christine #B5681F
RGB
CMYK
RGB Variations
Color information
#B5681F (or 0xB5681F) is known color: Christine. HEX triplet: B5, 68 and 1F. RGB value is (181,104,31). Sum of RGB (Red+Green+Blue) = 181+104+31=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B5681F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5681F is #4A97E0. Grayscale: #777777. Windows color (decimal): -4888545 or 2058421. OLE color: 2058421.
HSL color Cylindrical-coordinate representation of color #B5681F: hue angle of 29.2º 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 #B5681F is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 31 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.29 |
| HSL | 29.2º | 0.71% | 0.42% | - |
| HSV(B) | 29.2º | 0.83% | 0.71% | - |
| XYZ | 24.25 | 19.82 | 3.84 | - |
| YUV | 118.7 | 78.51 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 31 | 0 | 0.43 | 0.83 | 0.29 | 29.2 | 0.71 | 0.42 |
| Hex | B5 | 68 | 1F | 0 | 2B | 53 | 1D | 1D | 47 | 2A |
| Octal | 265 | 150 | 37 | 0 | 53 | 123 | 35 | 35 | 107 | 52 |
| Binary | 10110101 | 1101000 | 11111 | 0 | 101011 | 1010011 | 11101 | 11101 | 1000111 | 101010 |
Color Harmonies of #B5681F
Complementary color
Monochromatic Colors of #B5681F
Black with #B5681F
Text Example
Text Example
White with #B5681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5681F; }
p { color: rgb(181,104,31); }
H1.HeaderClassName
{
color: #B5681F;
}
.AnyTagClassName
{
color: #B5681F;
}
</style>
background-color css
<style>
a { background-color: #B5681F; }
a { background-color: rgb(181,104,31); }
div.DivClassName
{
background-color: #B5681F;
}
.BgClassName
{
background-color: #B5681F;
}
</style>
border-color css
<style>
span { border-color: #B5681F; }
span { border-color: rgb(181,104,31); }
td.TdClassName
{
border-color: #B5681F;
}
.TagClassName
{
border-color: #B5681F;
}
</style>