Shades of Christine #BB672D
Tints of Christine #BB672D
RGB
CMYK
RGB Variations
Color information
#BB672D (or 0xBB672D) is known color: Christine. HEX triplet: BB, 67 and 2D. RGB value is (187,103,45). Sum of RGB (Red+Green+Blue) = 187+103+45=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB672D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB672D is #4498D2. Grayscale: #797979. Windows color (decimal): -4495571 or 2975675. OLE color: 2975675.
HSL color Cylindrical-coordinate representation of color #BB672D: hue angle of 24.51º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB672D is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 45 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.27 |
| HSL | 24.51º | 0.61% | 0.45% | - |
| HSV(B) | 24.51º | 0.76% | 0.73% | - |
| XYZ | 25.82 | 20.45 | 5.07 | - |
| YUV | 121.5 | 84.83 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 45 | 0 | 0.45 | 0.76 | 0.27 | 24.51 | 0.61 | 0.45 |
| Hex | BB | 67 | 2D | 0 | 2D | 4C | 1B | 19 | 3D | 2D |
| Octal | 273 | 147 | 55 | 0 | 55 | 114 | 33 | 31 | 75 | 55 |
| Binary | 10111011 | 1100111 | 101101 | 0 | 101101 | 1001100 | 11011 | 11001 | 111101 | 101101 |
Color Harmonies of #BB672D
Complementary color
Monochromatic Colors of #BB672D
Black with #BB672D
Text Example
Text Example
White with #BB672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB672D; }
p { color: rgb(187,103,45); }
H1.HeaderClassName
{
color: #BB672D;
}
.AnyTagClassName
{
color: #BB672D;
}
</style>
background-color css
<style>
a { background-color: #BB672D; }
a { background-color: rgb(187,103,45); }
div.DivClassName
{
background-color: #BB672D;
}
.BgClassName
{
background-color: #BB672D;
}
</style>
border-color css
<style>
span { border-color: #BB672D; }
span { border-color: rgb(187,103,45); }
td.TdClassName
{
border-color: #BB672D;
}
.TagClassName
{
border-color: #BB672D;
}
</style>