Shades of Christine #B76629
Tints of Christine #B76629
RGB
CMYK
RGB Variations
Color information
#B76629 (or 0xB76629) is known color: Christine. HEX triplet: B7, 66 and 29. RGB value is (183,102,41). Sum of RGB (Red+Green+Blue) = 183+102+41=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B76629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76629 is #4899D6. Grayscale: #777777. Windows color (decimal): -4757975 or 2713271. OLE color: 2713271.
HSL color Cylindrical-coordinate representation of color #B76629: hue angle of 25.77º 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 #B76629 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 41 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.28 |
| HSL | 25.77º | 0.63% | 0.44% | - |
| HSV(B) | 25.77º | 0.78% | 0.72% | - |
| XYZ | 24.68 | 19.73 | 4.61 | - |
| YUV | 119.27 | 83.84 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 41 | 0 | 0.44 | 0.78 | 0.28 | 25.77 | 0.63 | 0.44 |
| Hex | B7 | 66 | 29 | 0 | 2C | 4E | 1C | 1A | 3F | 2C |
| Octal | 267 | 146 | 51 | 0 | 54 | 116 | 34 | 32 | 77 | 54 |
| Binary | 10110111 | 1100110 | 101001 | 0 | 101100 | 1001110 | 11100 | 11010 | 111111 | 101100 |
Color Harmonies of #B76629
Complementary color
Monochromatic Colors of #B76629
Black with #B76629
Text Example
Text Example
White with #B76629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76629; }
p { color: rgb(183,102,41); }
H1.HeaderClassName
{
color: #B76629;
}
.AnyTagClassName
{
color: #B76629;
}
</style>
background-color css
<style>
a { background-color: #B76629; }
a { background-color: rgb(183,102,41); }
div.DivClassName
{
background-color: #B76629;
}
.BgClassName
{
background-color: #B76629;
}
</style>
border-color css
<style>
span { border-color: #B76629; }
span { border-color: rgb(183,102,41); }
td.TdClassName
{
border-color: #B76629;
}
.TagClassName
{
border-color: #B76629;
}
</style>