Shades of Christine #B76427
Tints of Christine #B76427
RGB
CMYK
RGB Variations
Color information
#B76427 (or 0xB76427) is known color: Christine. HEX triplet: B7, 64 and 27. RGB value is (183,100,39). Sum of RGB (Red+Green+Blue) = 183+100+39=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B76427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76427 is #489BD8. Grayscale: #767676. Windows color (decimal): -4758489 or 2581687. OLE color: 2581687.
HSL color Cylindrical-coordinate representation of color #B76427: hue angle of 25.42º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B76427 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 39 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.28 |
| HSL | 25.42º | 0.65% | 0.44% | - |
| HSV(B) | 25.42º | 0.79% | 0.72% | - |
| XYZ | 24.45 | 19.33 | 4.36 | - |
| YUV | 117.86 | 83.5 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 39 | 0 | 0.45 | 0.79 | 0.28 | 25.42 | 0.65 | 0.44 |
| Hex | B7 | 64 | 27 | 0 | 2D | 4F | 1C | 19 | 41 | 2C |
| Octal | 267 | 144 | 47 | 0 | 55 | 117 | 34 | 31 | 101 | 54 |
| Binary | 10110111 | 1100100 | 100111 | 0 | 101101 | 1001111 | 11100 | 11001 | 1000001 | 101100 |
Color Harmonies of #B76427
Complementary color
Monochromatic Colors of #B76427
Black with #B76427
Text Example
Text Example
White with #B76427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76427; }
p { color: rgb(183,100,39); }
H1.HeaderClassName
{
color: #B76427;
}
.AnyTagClassName
{
color: #B76427;
}
</style>
background-color css
<style>
a { background-color: #B76427; }
a { background-color: rgb(183,100,39); }
div.DivClassName
{
background-color: #B76427;
}
.BgClassName
{
background-color: #B76427;
}
</style>
border-color css
<style>
span { border-color: #B76427; }
span { border-color: rgb(183,100,39); }
td.TdClassName
{
border-color: #B76427;
}
.TagClassName
{
border-color: #B76427;
}
</style>