Shades of Christine #BB6730
Tints of Christine #BB6730
RGB
CMYK
RGB Variations
Color information
#BB6730 (or 0xBB6730) is known color: Christine. HEX triplet: BB, 67 and 30. RGB value is (187,103,48). Sum of RGB (Red+Green+Blue) = 187+103+48=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6730 is #4498CF. Grayscale: #7A7A7A. Windows color (decimal): -4495568 or 3172283. OLE color: 3172283.
HSL color Cylindrical-coordinate representation of color #BB6730: hue angle of 23.74º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB6730 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 48 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.27 |
| HSL | 23.74º | 0.59% | 0.46% | - |
| HSV(B) | 23.74º | 0.74% | 0.73% | - |
| XYZ | 25.88 | 20.48 | 5.39 | - |
| YUV | 121.85 | 86.33 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 48 | 0 | 0.45 | 0.74 | 0.27 | 23.74 | 0.59 | 0.46 |
| Hex | BB | 67 | 30 | 0 | 2D | 4A | 1B | 18 | 3B | 2E |
| Octal | 273 | 147 | 60 | 0 | 55 | 112 | 33 | 30 | 73 | 56 |
| Binary | 10111011 | 1100111 | 110000 | 0 | 101101 | 1001010 | 11011 | 11000 | 111011 | 101110 |
Color Harmonies of #BB6730
Complementary color
Monochromatic Colors of #BB6730
Black with #BB6730
Text Example
Text Example
White with #BB6730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6730; }
p { color: rgb(187,103,48); }
H1.HeaderClassName
{
color: #BB6730;
}
.AnyTagClassName
{
color: #BB6730;
}
</style>
background-color css
<style>
a { background-color: #BB6730; }
a { background-color: rgb(187,103,48); }
div.DivClassName
{
background-color: #BB6730;
}
.BgClassName
{
background-color: #BB6730;
}
</style>
border-color css
<style>
span { border-color: #BB6730; }
span { border-color: rgb(187,103,48); }
td.TdClassName
{
border-color: #BB6730;
}
.TagClassName
{
border-color: #BB6730;
}
</style>