Shades of Christine #B76729
Tints of Christine #B76729
RGB
CMYK
RGB Variations
Color information
#B76729 (or 0xB76729) is known color: Christine. HEX triplet: B7, 67 and 29. RGB value is (183,103,41). Sum of RGB (Red+Green+Blue) = 183+103+41=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B76729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76729 is #4898D6. Grayscale: #787878. Windows color (decimal): -4757719 or 2713527. OLE color: 2713527.
HSL color Cylindrical-coordinate representation of color #B76729: hue angle of 26.2º 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 #B76729 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 41 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.28 |
| HSL | 26.2º | 0.63% | 0.44% | - |
| HSV(B) | 26.2º | 0.78% | 0.72% | - |
| XYZ | 24.78 | 19.93 | 4.64 | - |
| YUV | 119.85 | 83.5 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 41 | 0 | 0.44 | 0.78 | 0.28 | 26.2 | 0.63 | 0.44 |
| Hex | B7 | 67 | 29 | 0 | 2C | 4E | 1C | 1A | 3F | 2C |
| Octal | 267 | 147 | 51 | 0 | 54 | 116 | 34 | 32 | 77 | 54 |
| Binary | 10110111 | 1100111 | 101001 | 0 | 101100 | 1001110 | 11100 | 11010 | 111111 | 101100 |
Color Harmonies of #B76729
Complementary color
Monochromatic Colors of #B76729
Black with #B76729
Text Example
Text Example
White with #B76729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76729; }
p { color: rgb(183,103,41); }
H1.HeaderClassName
{
color: #B76729;
}
.AnyTagClassName
{
color: #B76729;
}
</style>
background-color css
<style>
a { background-color: #B76729; }
a { background-color: rgb(183,103,41); }
div.DivClassName
{
background-color: #B76729;
}
.BgClassName
{
background-color: #B76729;
}
</style>
border-color css
<style>
span { border-color: #B76729; }
span { border-color: rgb(183,103,41); }
td.TdClassName
{
border-color: #B76729;
}
.TagClassName
{
border-color: #B76729;
}
</style>