Shades of Christine #B7672A
Tints of Christine #B7672A
RGB
CMYK
RGB Variations
Color information
#B7672A (or 0xB7672A) is known color: Christine. HEX triplet: B7, 67 and 2A. RGB value is (183,103,42). Sum of RGB (Red+Green+Blue) = 183+103+42=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B7672A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7672A is #4898D5. Grayscale: #787878. Windows color (decimal): -4757718 or 2779063. OLE color: 2779063.
HSL color Cylindrical-coordinate representation of color #B7672A: hue angle of 25.96º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7672A is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 42 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.28 |
| HSL | 25.96º | 0.63% | 0.44% | - |
| HSV(B) | 25.96º | 0.77% | 0.72% | - |
| XYZ | 24.8 | 19.93 | 4.73 | - |
| YUV | 119.97 | 84 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 42 | 0 | 0.44 | 0.77 | 0.28 | 25.96 | 0.63 | 0.44 |
| Hex | B7 | 67 | 2A | 0 | 2C | 4D | 1C | 1A | 3F | 2C |
| Octal | 267 | 147 | 52 | 0 | 54 | 115 | 34 | 32 | 77 | 54 |
| Binary | 10110111 | 1100111 | 101010 | 0 | 101100 | 1001101 | 11100 | 11010 | 111111 | 101100 |
Color Harmonies of #B7672A
Complementary color
Monochromatic Colors of #B7672A
Black with #B7672A
Text Example
Text Example
White with #B7672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7672A; }
p { color: rgb(183,103,42); }
H1.HeaderClassName
{
color: #B7672A;
}
.AnyTagClassName
{
color: #B7672A;
}
</style>
background-color css
<style>
a { background-color: #B7672A; }
a { background-color: rgb(183,103,42); }
div.DivClassName
{
background-color: #B7672A;
}
.BgClassName
{
background-color: #B7672A;
}
</style>
border-color css
<style>
span { border-color: #B7672A; }
span { border-color: rgb(183,103,42); }
td.TdClassName
{
border-color: #B7672A;
}
.TagClassName
{
border-color: #B7672A;
}
</style>