Shades of Christine #B76726
Tints of Christine #B76726
RGB
CMYK
RGB Variations
Color information
#B76726 (or 0xB76726) is known color: Christine. HEX triplet: B7, 67 and 26. RGB value is (183,103,38). Sum of RGB (Red+Green+Blue) = 183+103+38=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B76726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76726 is #4898D9. Grayscale: #777777. Windows color (decimal): -4757722 or 2516919. OLE color: 2516919.
HSL color Cylindrical-coordinate representation of color #B76726: hue angle of 26.9º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B76726 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 38 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.28 |
| HSL | 26.9º | 0.66% | 0.43% | - |
| HSV(B) | 26.9º | 0.79% | 0.72% | - |
| XYZ | 24.73 | 19.91 | 4.37 | - |
| YUV | 119.51 | 82 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 38 | 0 | 0.44 | 0.79 | 0.28 | 26.9 | 0.66 | 0.43 |
| Hex | B7 | 67 | 26 | 0 | 2C | 4F | 1C | 1B | 42 | 2B |
| Octal | 267 | 147 | 46 | 0 | 54 | 117 | 34 | 33 | 102 | 53 |
| Binary | 10110111 | 1100111 | 100110 | 0 | 101100 | 1001111 | 11100 | 11011 | 1000010 | 101011 |
Color Harmonies of #B76726
Complementary color
Monochromatic Colors of #B76726
Black with #B76726
Text Example
Text Example
White with #B76726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76726; }
p { color: rgb(183,103,38); }
H1.HeaderClassName
{
color: #B76726;
}
.AnyTagClassName
{
color: #B76726;
}
</style>
background-color css
<style>
a { background-color: #B76726; }
a { background-color: rgb(183,103,38); }
div.DivClassName
{
background-color: #B76726;
}
.BgClassName
{
background-color: #B76726;
}
</style>
border-color css
<style>
span { border-color: #B76726; }
span { border-color: rgb(183,103,38); }
td.TdClassName
{
border-color: #B76726;
}
.TagClassName
{
border-color: #B76726;
}
</style>