Shades of Christine #B95F2C
Tints of Christine #B95F2C
RGB
CMYK
RGB Variations
Color information
#B95F2C (or 0xB95F2C) is known color: Christine. HEX triplet: B9, 5F and 2C. RGB value is (185,95,44). Sum of RGB (Red+Green+Blue) = 185+95+44=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B95F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95F2C is #46A0D3. Grayscale: #747474. Windows color (decimal): -4628692 or 2908089. OLE color: 2908089.
HSL color Cylindrical-coordinate representation of color #B95F2C: hue angle of 21.7º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B95F2C is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 95 | 44 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.27 |
| HSL | 21.7º | 0.62% | 0.45% | - |
| HSV(B) | 21.7º | 0.76% | 0.73% | - |
| XYZ | 24.55 | 18.68 | 4.69 | - |
| YUV | 116.1 | 87.32 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 95 | 44 | 0 | 0.49 | 0.76 | 0.27 | 21.7 | 0.62 | 0.45 |
| Hex | B9 | 5F | 2C | 0 | 31 | 4C | 1B | 16 | 3E | 2D |
| Octal | 271 | 137 | 54 | 0 | 61 | 114 | 33 | 26 | 76 | 55 |
| Binary | 10111001 | 1011111 | 101100 | 0 | 110001 | 1001100 | 11011 | 10110 | 111110 | 101101 |
Color Harmonies of #B95F2C
Complementary color
Monochromatic Colors of #B95F2C
Black with #B95F2C
Text Example
Text Example
White with #B95F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95F2C; }
p { color: rgb(185,95,44); }
H1.HeaderClassName
{
color: #B95F2C;
}
.AnyTagClassName
{
color: #B95F2C;
}
</style>
background-color css
<style>
a { background-color: #B95F2C; }
a { background-color: rgb(185,95,44); }
div.DivClassName
{
background-color: #B95F2C;
}
.BgClassName
{
background-color: #B95F2C;
}
</style>
border-color css
<style>
span { border-color: #B95F2C; }
span { border-color: rgb(185,95,44); }
td.TdClassName
{
border-color: #B95F2C;
}
.TagClassName
{
border-color: #B95F2C;
}
</style>