Shades of Christine #B7631A
Tints of Christine #B7631A
RGB
CMYK
RGB Variations
Color information
#B7631A (or 0xB7631A) is known color: Christine. HEX triplet: B7, 63 and 1A. RGB value is (183,99,26). Sum of RGB (Red+Green+Blue) = 183+99+26=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B7631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7631A is #489CE5. Grayscale: #747474. Windows color (decimal): -4758758 or 1729463. OLE color: 1729463.
HSL color Cylindrical-coordinate representation of color #B7631A: hue angle of 27.9º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7631A is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 99 | 26 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.28 |
| HSL | 27.9º | 0.75% | 0.41% | - |
| HSV(B) | 27.9º | 0.86% | 0.72% | - |
| XYZ | 24.18 | 19.07 | 3.38 | - |
| YUV | 115.79 | 77.33 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 26 | 0 | 0.46 | 0.86 | 0.28 | 27.9 | 0.75 | 0.41 |
| Hex | B7 | 63 | 1A | 0 | 2E | 56 | 1C | 1C | 4B | 29 |
| Octal | 267 | 143 | 32 | 0 | 56 | 126 | 34 | 34 | 113 | 51 |
| Binary | 10110111 | 1100011 | 11010 | 0 | 101110 | 1010110 | 11100 | 11100 | 1001011 | 101001 |
Color Harmonies of #B7631A
Complementary color
Monochromatic Colors of #B7631A
Black with #B7631A
Text Example
Text Example
White with #B7631A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7631A; }
p { color: rgb(183,99,26); }
H1.HeaderClassName
{
color: #B7631A;
}
.AnyTagClassName
{
color: #B7631A;
}
</style>
background-color css
<style>
a { background-color: #B7631A; }
a { background-color: rgb(183,99,26); }
div.DivClassName
{
background-color: #B7631A;
}
.BgClassName
{
background-color: #B7631A;
}
</style>
border-color css
<style>
span { border-color: #B7631A; }
span { border-color: rgb(183,99,26); }
td.TdClassName
{
border-color: #B7631A;
}
.TagClassName
{
border-color: #B7631A;
}
</style>