Shades of Christine #B7601C
Tints of Christine #B7601C
RGB
CMYK
RGB Variations
Color information
#B7601C (or 0xB7601C) is known color: Christine. HEX triplet: B7, 60 and 1C. RGB value is (183,96,28). Sum of RGB (Red+Green+Blue) = 183+96+28=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B7601C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7601C is #489FE3. Grayscale: #727272. Windows color (decimal): -4759524 or 1859767. OLE color: 1859767.
HSL color Cylindrical-coordinate representation of color #B7601C: hue angle of 26.32º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7601C is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 28 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.28 |
| HSL | 26.32º | 0.73% | 0.41% | - |
| HSV(B) | 26.32º | 0.85% | 0.72% | - |
| XYZ | 23.92 | 18.52 | 3.41 | - |
| YUV | 114.26 | 79.32 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 28 | 0 | 0.48 | 0.85 | 0.28 | 26.32 | 0.73 | 0.41 |
| Hex | B7 | 60 | 1C | 0 | 30 | 55 | 1C | 1A | 49 | 29 |
| Octal | 267 | 140 | 34 | 0 | 60 | 125 | 34 | 32 | 111 | 51 |
| Binary | 10110111 | 1100000 | 11100 | 0 | 110000 | 1010101 | 11100 | 11010 | 1001001 | 101001 |
Color Harmonies of #B7601C
Complementary color
Monochromatic Colors of #B7601C
Black with #B7601C
Text Example
Text Example
White with #B7601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7601C; }
p { color: rgb(183,96,28); }
H1.HeaderClassName
{
color: #B7601C;
}
.AnyTagClassName
{
color: #B7601C;
}
</style>
background-color css
<style>
a { background-color: #B7601C; }
a { background-color: rgb(183,96,28); }
div.DivClassName
{
background-color: #B7601C;
}
.BgClassName
{
background-color: #B7601C;
}
</style>
border-color css
<style>
span { border-color: #B7601C; }
span { border-color: rgb(183,96,28); }
td.TdClassName
{
border-color: #B7601C;
}
.TagClassName
{
border-color: #B7601C;
}
</style>