Shades of Christine #B76129
Tints of Christine #B76129
RGB
CMYK
RGB Variations
Color information
#B76129 (or 0xB76129) is known color: Christine. HEX triplet: B7, 61 and 29. RGB value is (183,97,41). Sum of RGB (Red+Green+Blue) = 183+97+41=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B76129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76129 is #489ED6. Grayscale: #747474. Windows color (decimal): -4759255 or 2711991. OLE color: 2711991.
HSL color Cylindrical-coordinate representation of color #B76129: hue angle of 23.66º 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 #B76129 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 97 | 41 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.28 |
| HSL | 23.66º | 0.63% | 0.44% | - |
| HSV(B) | 23.66º | 0.78% | 0.72% | - |
| XYZ | 24.2 | 18.78 | 4.45 | - |
| YUV | 116.33 | 85.49 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 41 | 0 | 0.47 | 0.78 | 0.28 | 23.66 | 0.63 | 0.44 |
| Hex | B7 | 61 | 29 | 0 | 2F | 4E | 1C | 18 | 3F | 2C |
| Octal | 267 | 141 | 51 | 0 | 57 | 116 | 34 | 30 | 77 | 54 |
| Binary | 10110111 | 1100001 | 101001 | 0 | 101111 | 1001110 | 11100 | 11000 | 111111 | 101100 |
Color Harmonies of #B76129
Complementary color
Monochromatic Colors of #B76129
Black with #B76129
Text Example
Text Example
White with #B76129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76129; }
p { color: rgb(183,97,41); }
H1.HeaderClassName
{
color: #B76129;
}
.AnyTagClassName
{
color: #B76129;
}
</style>
background-color css
<style>
a { background-color: #B76129; }
a { background-color: rgb(183,97,41); }
div.DivClassName
{
background-color: #B76129;
}
.BgClassName
{
background-color: #B76129;
}
</style>
border-color css
<style>
span { border-color: #B76129; }
span { border-color: rgb(183,97,41); }
td.TdClassName
{
border-color: #B76129;
}
.TagClassName
{
border-color: #B76129;
}
</style>