Shades of Christine #BB692A
Tints of Christine #BB692A
RGB
CMYK
RGB Variations
Color information
#BB692A (or 0xBB692A) is known color: Christine. HEX triplet: BB, 69 and 2A. RGB value is (187,105,42). Sum of RGB (Red+Green+Blue) = 187+105+42=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB692A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB692A is #4496D5. Grayscale: #7A7A7A. Windows color (decimal): -4495062 or 2779579. OLE color: 2779579.
HSL color Cylindrical-coordinate representation of color #BB692A: hue angle of 26.07º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB692A is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 105 | 42 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.27 |
| HSL | 26.07º | 0.63% | 0.45% | - |
| HSV(B) | 26.07º | 0.78% | 0.73% | - |
| XYZ | 25.96 | 20.84 | 4.84 | - |
| YUV | 122.34 | 82.67 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 105 | 42 | 0 | 0.44 | 0.78 | 0.27 | 26.07 | 0.63 | 0.45 |
| Hex | BB | 69 | 2A | 0 | 2C | 4E | 1B | 1A | 3F | 2D |
| Octal | 273 | 151 | 52 | 0 | 54 | 116 | 33 | 32 | 77 | 55 |
| Binary | 10111011 | 1101001 | 101010 | 0 | 101100 | 1001110 | 11011 | 11010 | 111111 | 101101 |
Color Harmonies of #BB692A
Complementary color
Monochromatic Colors of #BB692A
Black with #BB692A
Text Example
Text Example
White with #BB692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB692A; }
p { color: rgb(187,105,42); }
H1.HeaderClassName
{
color: #BB692A;
}
.AnyTagClassName
{
color: #BB692A;
}
</style>
background-color css
<style>
a { background-color: #BB692A; }
a { background-color: rgb(187,105,42); }
div.DivClassName
{
background-color: #BB692A;
}
.BgClassName
{
background-color: #BB692A;
}
</style>
border-color css
<style>
span { border-color: #BB692A; }
span { border-color: rgb(187,105,42); }
td.TdClassName
{
border-color: #BB692A;
}
.TagClassName
{
border-color: #BB692A;
}
</style>