Shades of Christine #BB5C1D
Tints of Christine #BB5C1D
RGB
CMYK
RGB Variations
Color information
#BB5C1D (or 0xBB5C1D) is known color: Christine. HEX triplet: BB, 5C and 1D. RGB value is (187,92,29). Sum of RGB (Red+Green+Blue) = 187+92+29=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5C1D is #44A3E2. Grayscale: #717171. Windows color (decimal): -4498403 or 1924283. OLE color: 1924283.
HSL color Cylindrical-coordinate representation of color #BB5C1D: hue angle of 23.92º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB5C1D is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 92 | 29 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.27 |
| HSL | 23.92º | 0.73% | 0.42% | - |
| HSV(B) | 23.92º | 0.84% | 0.73% | - |
| XYZ | 24.54 | 18.31 | 3.4 | - |
| YUV | 113.22 | 80.47 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 29 | 0 | 0.51 | 0.84 | 0.27 | 23.92 | 0.73 | 0.42 |
| Hex | BB | 5C | 1D | 0 | 33 | 54 | 1B | 18 | 49 | 2A |
| Octal | 273 | 134 | 35 | 0 | 63 | 124 | 33 | 30 | 111 | 52 |
| Binary | 10111011 | 1011100 | 11101 | 0 | 110011 | 1010100 | 11011 | 11000 | 1001001 | 101010 |
Color Harmonies of #BB5C1D
Complementary color
Monochromatic Colors of #BB5C1D
Black with #BB5C1D
Text Example
Text Example
White with #BB5C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5C1D; }
p { color: rgb(187,92,29); }
H1.HeaderClassName
{
color: #BB5C1D;
}
.AnyTagClassName
{
color: #BB5C1D;
}
</style>
background-color css
<style>
a { background-color: #BB5C1D; }
a { background-color: rgb(187,92,29); }
div.DivClassName
{
background-color: #BB5C1D;
}
.BgClassName
{
background-color: #BB5C1D;
}
</style>
border-color css
<style>
span { border-color: #BB5C1D; }
span { border-color: rgb(187,92,29); }
td.TdClassName
{
border-color: #BB5C1D;
}
.TagClassName
{
border-color: #BB5C1D;
}
</style>