Shades of Christine #B76728
Tints of Christine #B76728
RGB
CMYK
RGB Variations
Color information
#B76728 (or 0xB76728) is known color: Christine. HEX triplet: B7, 67 and 28. RGB value is (183,103,40). Sum of RGB (Red+Green+Blue) = 183+103+40=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B76728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76728 is #4898D7. Grayscale: #787878. Windows color (decimal): -4757720 or 2647991. OLE color: 2647991.
HSL color Cylindrical-coordinate representation of color #B76728: hue angle of 26.43º degrees, saturation: 0.64, 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 #B76728 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 40 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.28 |
| HSL | 26.43º | 0.64% | 0.44% | - |
| HSV(B) | 26.43º | 0.78% | 0.72% | - |
| XYZ | 24.76 | 19.92 | 4.55 | - |
| YUV | 119.74 | 83 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 40 | 0 | 0.44 | 0.78 | 0.28 | 26.43 | 0.64 | 0.44 |
| Hex | B7 | 67 | 28 | 0 | 2C | 4E | 1C | 1A | 40 | 2C |
| Octal | 267 | 147 | 50 | 0 | 54 | 116 | 34 | 32 | 100 | 54 |
| Binary | 10110111 | 1100111 | 101000 | 0 | 101100 | 1001110 | 11100 | 11010 | 1000000 | 101100 |
Color Harmonies of #B76728
Complementary color
Monochromatic Colors of #B76728
Black with #B76728
Text Example
Text Example
White with #B76728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76728; }
p { color: rgb(183,103,40); }
H1.HeaderClassName
{
color: #B76728;
}
.AnyTagClassName
{
color: #B76728;
}
</style>
background-color css
<style>
a { background-color: #B76728; }
a { background-color: rgb(183,103,40); }
div.DivClassName
{
background-color: #B76728;
}
.BgClassName
{
background-color: #B76728;
}
</style>
border-color css
<style>
span { border-color: #B76728; }
span { border-color: rgb(183,103,40); }
td.TdClassName
{
border-color: #B76728;
}
.TagClassName
{
border-color: #B76728;
}
</style>