Shades of Christine #B76329
Tints of Christine #B76329
RGB
CMYK
RGB Variations
Color information
#B76329 (or 0xB76329) is known color: Christine. HEX triplet: B7, 63 and 29. RGB value is (183,99,41). Sum of RGB (Red+Green+Blue) = 183+99+41=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B76329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76329 is #489CD6. Grayscale: #757575. Windows color (decimal): -4758743 or 2712503. OLE color: 2712503.
HSL color Cylindrical-coordinate representation of color #B76329: hue angle of 24.51º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B76329 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 99 | 41 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.28 |
| HSL | 24.51º | 0.63% | 0.44% | - |
| HSV(B) | 24.51º | 0.78% | 0.72% | - |
| XYZ | 24.39 | 19.15 | 4.51 | - |
| YUV | 117.5 | 84.83 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 41 | 0 | 0.46 | 0.78 | 0.28 | 24.51 | 0.63 | 0.44 |
| Hex | B7 | 63 | 29 | 0 | 2E | 4E | 1C | 19 | 3F | 2C |
| Octal | 267 | 143 | 51 | 0 | 56 | 116 | 34 | 31 | 77 | 54 |
| Binary | 10110111 | 1100011 | 101001 | 0 | 101110 | 1001110 | 11100 | 11001 | 111111 | 101100 |
Color Harmonies of #B76329
Complementary color
Monochromatic Colors of #B76329
Black with #B76329
Text Example
Text Example
White with #B76329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76329; }
p { color: rgb(183,99,41); }
H1.HeaderClassName
{
color: #B76329;
}
.AnyTagClassName
{
color: #B76329;
}
</style>
background-color css
<style>
a { background-color: #B76329; }
a { background-color: rgb(183,99,41); }
div.DivClassName
{
background-color: #B76329;
}
.BgClassName
{
background-color: #B76329;
}
</style>
border-color css
<style>
span { border-color: #B76329; }
span { border-color: rgb(183,99,41); }
td.TdClassName
{
border-color: #B76329;
}
.TagClassName
{
border-color: #B76329;
}
</style>