Shades of Christine #B5671F
Tints of Christine #B5671F
RGB
CMYK
RGB Variations
Color information
#B5671F (or 0xB5671F) is known color: Christine. HEX triplet: B5, 67 and 1F. RGB value is (181,103,31). Sum of RGB (Red+Green+Blue) = 181+103+31=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B5671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5671F is #4A98E0. Grayscale: #767676. Windows color (decimal): -4888801 or 2058165. OLE color: 2058165.
HSL color Cylindrical-coordinate representation of color #B5671F: hue angle of 28.8º 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 #B5671F is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 31 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.29 |
| HSL | 28.8º | 0.71% | 0.42% | - |
| HSV(B) | 28.8º | 0.83% | 0.71% | - |
| XYZ | 24.15 | 19.62 | 3.81 | - |
| YUV | 118.11 | 78.84 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 31 | 0 | 0.43 | 0.83 | 0.29 | 28.8 | 0.71 | 0.42 |
| Hex | B5 | 67 | 1F | 0 | 2B | 53 | 1D | 1D | 47 | 2A |
| Octal | 265 | 147 | 37 | 0 | 53 | 123 | 35 | 35 | 107 | 52 |
| Binary | 10110101 | 1100111 | 11111 | 0 | 101011 | 1010011 | 11101 | 11101 | 1000111 | 101010 |
Color Harmonies of #B5671F
Complementary color
Monochromatic Colors of #B5671F
Black with #B5671F
Text Example
Text Example
White with #B5671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5671F; }
p { color: rgb(181,103,31); }
H1.HeaderClassName
{
color: #B5671F;
}
.AnyTagClassName
{
color: #B5671F;
}
</style>
background-color css
<style>
a { background-color: #B5671F; }
a { background-color: rgb(181,103,31); }
div.DivClassName
{
background-color: #B5671F;
}
.BgClassName
{
background-color: #B5671F;
}
</style>
border-color css
<style>
span { border-color: #B5671F; }
span { border-color: rgb(181,103,31); }
td.TdClassName
{
border-color: #B5671F;
}
.TagClassName
{
border-color: #B5671F;
}
</style>