Shades of Christine #B8652B
Tints of Christine #B8652B
RGB
CMYK
RGB Variations
Color information
#B8652B (or 0xB8652B) is known color: Christine. HEX triplet: B8, 65 and 2B. RGB value is (184,101,43). Sum of RGB (Red+Green+Blue) = 184+101+43=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B8652B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8652B is #479AD4. Grayscale: #777777. Windows color (decimal): -4692693 or 2844088. OLE color: 2844088.
HSL color Cylindrical-coordinate representation of color #B8652B: hue angle of 24.68º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8652B is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 43 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.28 |
| HSL | 24.68º | 0.62% | 0.45% | - |
| HSV(B) | 24.68º | 0.77% | 0.72% | - |
| XYZ | 24.86 | 19.67 | 4.77 | - |
| YUV | 119.21 | 85 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 43 | 0 | 0.45 | 0.77 | 0.28 | 24.68 | 0.62 | 0.45 |
| Hex | B8 | 65 | 2B | 0 | 2D | 4D | 1C | 19 | 3E | 2D |
| Octal | 270 | 145 | 53 | 0 | 55 | 115 | 34 | 31 | 76 | 55 |
| Binary | 10111000 | 1100101 | 101011 | 0 | 101101 | 1001101 | 11100 | 11001 | 111110 | 101101 |
Color Harmonies of #B8652B
Complementary color
Monochromatic Colors of #B8652B
Black with #B8652B
Text Example
Text Example
White with #B8652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8652B; }
p { color: rgb(184,101,43); }
H1.HeaderClassName
{
color: #B8652B;
}
.AnyTagClassName
{
color: #B8652B;
}
</style>
background-color css
<style>
a { background-color: #B8652B; }
a { background-color: rgb(184,101,43); }
div.DivClassName
{
background-color: #B8652B;
}
.BgClassName
{
background-color: #B8652B;
}
</style>
border-color css
<style>
span { border-color: #B8652B; }
span { border-color: rgb(184,101,43); }
td.TdClassName
{
border-color: #B8652B;
}
.TagClassName
{
border-color: #B8652B;
}
</style>