Shades of Christine #B76327
Tints of Christine #B76327
RGB
CMYK
RGB Variations
Color information
#B76327 (or 0xB76327) is known color: Christine. HEX triplet: B7, 63 and 27. RGB value is (183,99,39). Sum of RGB (Red+Green+Blue) = 183+99+39=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B76327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76327 is #489CD8. Grayscale: #757575. Windows color (decimal): -4758745 or 2581431. OLE color: 2581431.
HSL color Cylindrical-coordinate representation of color #B76327: hue angle of 25º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B76327 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 99 | 39 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.28 |
| HSL | 25º | 0.65% | 0.44% | - |
| HSV(B) | 25º | 0.79% | 0.72% | - |
| XYZ | 24.36 | 19.14 | 4.33 | - |
| YUV | 117.28 | 83.83 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 39 | 0 | 0.46 | 0.79 | 0.28 | 25 | 0.65 | 0.44 |
| Hex | B7 | 63 | 27 | 0 | 2E | 4F | 1C | 19 | 41 | 2C |
| Octal | 267 | 143 | 47 | 0 | 56 | 117 | 34 | 31 | 101 | 54 |
| Binary | 10110111 | 1100011 | 100111 | 0 | 101110 | 1001111 | 11100 | 11001 | 1000001 | 101100 |
Color Harmonies of #B76327
Complementary color
Monochromatic Colors of #B76327
Black with #B76327
Text Example
Text Example
White with #B76327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76327; }
p { color: rgb(183,99,39); }
H1.HeaderClassName
{
color: #B76327;
}
.AnyTagClassName
{
color: #B76327;
}
</style>
background-color css
<style>
a { background-color: #B76327; }
a { background-color: rgb(183,99,39); }
div.DivClassName
{
background-color: #B76327;
}
.BgClassName
{
background-color: #B76327;
}
</style>
border-color css
<style>
span { border-color: #B76327; }
span { border-color: rgb(183,99,39); }
td.TdClassName
{
border-color: #B76327;
}
.TagClassName
{
border-color: #B76327;
}
</style>