Shades of Christine #B7602A
Tints of Christine #B7602A
RGB
CMYK
RGB Variations
Color information
#B7602A (or 0xB7602A) is known color: Christine. HEX triplet: B7, 60 and 2A. RGB value is (183,96,42). Sum of RGB (Red+Green+Blue) = 183+96+42=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B7602A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7602A is #489FD5. Grayscale: #747474. Windows color (decimal): -4759510 or 2777271. OLE color: 2777271.
HSL color Cylindrical-coordinate representation of color #B7602A: hue angle of 22.98º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7602A is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 42 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.28 |
| HSL | 22.98º | 0.63% | 0.44% | - |
| HSV(B) | 22.98º | 0.77% | 0.72% | - |
| XYZ | 24.13 | 18.6 | 4.51 | - |
| YUV | 115.86 | 86.32 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 42 | 0 | 0.48 | 0.77 | 0.28 | 22.98 | 0.63 | 0.44 |
| Hex | B7 | 60 | 2A | 0 | 30 | 4D | 1C | 17 | 3F | 2C |
| Octal | 267 | 140 | 52 | 0 | 60 | 115 | 34 | 27 | 77 | 54 |
| Binary | 10110111 | 1100000 | 101010 | 0 | 110000 | 1001101 | 11100 | 10111 | 111111 | 101100 |
Color Harmonies of #B7602A
Complementary color
Monochromatic Colors of #B7602A
Black with #B7602A
Text Example
Text Example
White with #B7602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7602A; }
p { color: rgb(183,96,42); }
H1.HeaderClassName
{
color: #B7602A;
}
.AnyTagClassName
{
color: #B7602A;
}
</style>
background-color css
<style>
a { background-color: #B7602A; }
a { background-color: rgb(183,96,42); }
div.DivClassName
{
background-color: #B7602A;
}
.BgClassName
{
background-color: #B7602A;
}
</style>
border-color css
<style>
span { border-color: #B7602A; }
span { border-color: rgb(183,96,42); }
td.TdClassName
{
border-color: #B7602A;
}
.TagClassName
{
border-color: #B7602A;
}
</style>