Shades of Christine #B7632A
Tints of Christine #B7632A
RGB
CMYK
RGB Variations
Color information
#B7632A (or 0xB7632A) is known color: Christine. HEX triplet: B7, 63 and 2A. RGB value is (183,99,42). Sum of RGB (Red+Green+Blue) = 183+99+42=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B7632A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7632A is #489CD5. Grayscale: #757575. Windows color (decimal): -4758742 or 2778039. OLE color: 2778039.
HSL color Cylindrical-coordinate representation of color #B7632A: hue angle of 24.26º 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 #B7632A is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 99 | 42 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.28 |
| HSL | 24.26º | 0.63% | 0.44% | - |
| HSV(B) | 24.26º | 0.77% | 0.72% | - |
| XYZ | 24.41 | 19.16 | 4.6 | - |
| YUV | 117.62 | 85.33 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 42 | 0 | 0.46 | 0.77 | 0.28 | 24.26 | 0.63 | 0.44 |
| Hex | B7 | 63 | 2A | 0 | 2E | 4D | 1C | 18 | 3F | 2C |
| Octal | 267 | 143 | 52 | 0 | 56 | 115 | 34 | 30 | 77 | 54 |
| Binary | 10110111 | 1100011 | 101010 | 0 | 101110 | 1001101 | 11100 | 11000 | 111111 | 101100 |
Color Harmonies of #B7632A
Complementary color
Monochromatic Colors of #B7632A
Black with #B7632A
Text Example
Text Example
White with #B7632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7632A; }
p { color: rgb(183,99,42); }
H1.HeaderClassName
{
color: #B7632A;
}
.AnyTagClassName
{
color: #B7632A;
}
</style>
background-color css
<style>
a { background-color: #B7632A; }
a { background-color: rgb(183,99,42); }
div.DivClassName
{
background-color: #B7632A;
}
.BgClassName
{
background-color: #B7632A;
}
</style>
border-color css
<style>
span { border-color: #B7632A; }
span { border-color: rgb(183,99,42); }
td.TdClassName
{
border-color: #B7632A;
}
.TagClassName
{
border-color: #B7632A;
}
</style>