Shades of Christine #BB6928
Tints of Christine #BB6928
RGB
CMYK
RGB Variations
Color information
#BB6928 (or 0xBB6928) is known color: Christine. HEX triplet: BB, 69 and 28. RGB value is (187,105,40). Sum of RGB (Red+Green+Blue) = 187+105+40=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6928 is #4496D7. Grayscale: #7A7A7A. Windows color (decimal): -4495064 or 2648507. OLE color: 2648507.
HSL color Cylindrical-coordinate representation of color #BB6928: hue angle of 26.53º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB6928 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 105 | 40 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.27 |
| HSL | 26.53º | 0.65% | 0.45% | - |
| HSV(B) | 26.53º | 0.79% | 0.73% | - |
| XYZ | 25.93 | 20.82 | 4.66 | - |
| YUV | 122.11 | 81.67 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 105 | 40 | 0 | 0.44 | 0.79 | 0.27 | 26.53 | 0.65 | 0.45 |
| Hex | BB | 69 | 28 | 0 | 2C | 4F | 1B | 1B | 41 | 2D |
| Octal | 273 | 151 | 50 | 0 | 54 | 117 | 33 | 33 | 101 | 55 |
| Binary | 10111011 | 1101001 | 101000 | 0 | 101100 | 1001111 | 11011 | 11011 | 1000001 | 101101 |
Color Harmonies of #BB6928
Complementary color
Monochromatic Colors of #BB6928
Black with #BB6928
Text Example
Text Example
White with #BB6928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6928; }
p { color: rgb(187,105,40); }
H1.HeaderClassName
{
color: #BB6928;
}
.AnyTagClassName
{
color: #BB6928;
}
</style>
background-color css
<style>
a { background-color: #BB6928; }
a { background-color: rgb(187,105,40); }
div.DivClassName
{
background-color: #BB6928;
}
.BgClassName
{
background-color: #BB6928;
}
</style>
border-color css
<style>
span { border-color: #BB6928; }
span { border-color: rgb(187,105,40); }
td.TdClassName
{
border-color: #BB6928;
}
.TagClassName
{
border-color: #BB6928;
}
</style>