Shades of Christine #B75C15
Tints of Christine #B75C15
RGB
CMYK
RGB Variations
Color information
#B75C15 (or 0xB75C15) is known color: Christine. HEX triplet: B7, 5C and 15. RGB value is (183,92,21). Sum of RGB (Red+Green+Blue) = 183+92+21=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75C15 is #48A3EA. Grayscale: #6F6F6F. Windows color (decimal): -4760555 or 1399991. OLE color: 1399991.
HSL color Cylindrical-coordinate representation of color #B75C15: hue angle of 26.3º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B75C15 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 92 | 21 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.28 |
| HSL | 26.3º | 0.79% | 0.4% | - |
| HSV(B) | 26.3º | 0.89% | 0.72% | - |
| XYZ | 23.49 | 17.78 | 2.9 | - |
| YUV | 111.12 | 77.15 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 92 | 21 | 0 | 0.50 | 0.89 | 0.28 | 26.3 | 0.79 | 0.4 |
| Hex | B7 | 5C | 15 | 0 | 32 | 59 | 1C | 1A | 4F | 28 |
| Octal | 267 | 134 | 25 | 0 | 62 | 131 | 34 | 32 | 117 | 50 |
| Binary | 10110111 | 1011100 | 10101 | 0 | 110010 | 1011001 | 11100 | 11010 | 1001111 | 101000 |
Color Harmonies of #B75C15
Complementary color
Monochromatic Colors of #B75C15
Black with #B75C15
Text Example
Text Example
White with #B75C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75C15; }
p { color: rgb(183,92,21); }
H1.HeaderClassName
{
color: #B75C15;
}
.AnyTagClassName
{
color: #B75C15;
}
</style>
background-color css
<style>
a { background-color: #B75C15; }
a { background-color: rgb(183,92,21); }
div.DivClassName
{
background-color: #B75C15;
}
.BgClassName
{
background-color: #B75C15;
}
</style>
border-color css
<style>
span { border-color: #B75C15; }
span { border-color: rgb(183,92,21); }
td.TdClassName
{
border-color: #B75C15;
}
.TagClassName
{
border-color: #B75C15;
}
</style>