Shades of Christine #B76124
Tints of Christine #B76124
RGB
CMYK
RGB Variations
Color information
#B76124 (or 0xB76124) is known color: Christine. HEX triplet: B7, 61 and 24. RGB value is (183,97,36). Sum of RGB (Red+Green+Blue) = 183+97+36=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B76124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76124 is #489EDB. Grayscale: #747474. Windows color (decimal): -4759260 or 2384311. OLE color: 2384311.
HSL color Cylindrical-coordinate representation of color #B76124: hue angle of 24.9º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B76124 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 97 | 36 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.28 |
| HSL | 24.9º | 0.67% | 0.43% | - |
| HSV(B) | 24.9º | 0.8% | 0.72% | - |
| XYZ | 24.12 | 18.74 | 4.02 | - |
| YUV | 115.76 | 82.99 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 36 | 0 | 0.47 | 0.80 | 0.28 | 24.9 | 0.67 | 0.43 |
| Hex | B7 | 61 | 24 | 0 | 2F | 50 | 1C | 19 | 43 | 2B |
| Octal | 267 | 141 | 44 | 0 | 57 | 120 | 34 | 31 | 103 | 53 |
| Binary | 10110111 | 1100001 | 100100 | 0 | 101111 | 1010000 | 11100 | 11001 | 1000011 | 101011 |
Color Harmonies of #B76124
Complementary color
Monochromatic Colors of #B76124
Black with #B76124
Text Example
Text Example
White with #B76124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76124; }
p { color: rgb(183,97,36); }
H1.HeaderClassName
{
color: #B76124;
}
.AnyTagClassName
{
color: #B76124;
}
</style>
background-color css
<style>
a { background-color: #B76124; }
a { background-color: rgb(183,97,36); }
div.DivClassName
{
background-color: #B76124;
}
.BgClassName
{
background-color: #B76124;
}
</style>
border-color css
<style>
span { border-color: #B76124; }
span { border-color: rgb(183,97,36); }
td.TdClassName
{
border-color: #B76124;
}
.TagClassName
{
border-color: #B76124;
}
</style>