Shades of Christine #B85D1B
Tints of Christine #B85D1B
RGB
CMYK
RGB Variations
Color information
#B85D1B (or 0xB85D1B) is known color: Christine. HEX triplet: B8, 5D and 1B. RGB value is (184,93,27). Sum of RGB (Red+Green+Blue) = 184+93+27=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85D1B is #47A2E4. Grayscale: #717171. Windows color (decimal): -4694757 or 1793464. OLE color: 1793464.
HSL color Cylindrical-coordinate representation of color #B85D1B: hue angle of 25.22º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B85D1B is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 27 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.28 |
| HSL | 25.22º | 0.74% | 0.41% | - |
| HSV(B) | 25.22º | 0.85% | 0.72% | - |
| XYZ | 23.88 | 18.1 | 3.27 | - |
| YUV | 112.69 | 79.65 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 27 | 0 | 0.49 | 0.85 | 0.28 | 25.22 | 0.74 | 0.41 |
| Hex | B8 | 5D | 1B | 0 | 31 | 55 | 1C | 19 | 4A | 29 |
| Octal | 270 | 135 | 33 | 0 | 61 | 125 | 34 | 31 | 112 | 51 |
| Binary | 10111000 | 1011101 | 11011 | 0 | 110001 | 1010101 | 11100 | 11001 | 1001010 | 101001 |
Color Harmonies of #B85D1B
Complementary color
Monochromatic Colors of #B85D1B
Black with #B85D1B
Text Example
Text Example
White with #B85D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D1B; }
p { color: rgb(184,93,27); }
H1.HeaderClassName
{
color: #B85D1B;
}
.AnyTagClassName
{
color: #B85D1B;
}
</style>
background-color css
<style>
a { background-color: #B85D1B; }
a { background-color: rgb(184,93,27); }
div.DivClassName
{
background-color: #B85D1B;
}
.BgClassName
{
background-color: #B85D1B;
}
</style>
border-color css
<style>
span { border-color: #B85D1B; }
span { border-color: rgb(184,93,27); }
td.TdClassName
{
border-color: #B85D1B;
}
.TagClassName
{
border-color: #B85D1B;
}
</style>