Shades of Christine #BB672A
Tints of Christine #BB672A
RGB
CMYK
RGB Variations
Color information
#BB672A (or 0xBB672A) is known color: Christine. HEX triplet: BB, 67 and 2A. RGB value is (187,103,42). Sum of RGB (Red+Green+Blue) = 187+103+42=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB672A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB672A is #4498D5. Grayscale: #797979. Windows color (decimal): -4495574 or 2779067. OLE color: 2779067.
HSL color Cylindrical-coordinate representation of color #BB672A: hue angle of 25.24º 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 #BB672A is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 42 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.27 |
| HSL | 25.24º | 0.63% | 0.45% | - |
| HSV(B) | 25.24º | 0.78% | 0.73% | - |
| XYZ | 25.76 | 20.43 | 4.78 | - |
| YUV | 121.16 | 83.33 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 42 | 0 | 0.45 | 0.78 | 0.27 | 25.24 | 0.63 | 0.45 |
| Hex | BB | 67 | 2A | 0 | 2D | 4E | 1B | 19 | 3F | 2D |
| Octal | 273 | 147 | 52 | 0 | 55 | 116 | 33 | 31 | 77 | 55 |
| Binary | 10111011 | 1100111 | 101010 | 0 | 101101 | 1001110 | 11011 | 11001 | 111111 | 101101 |
Color Harmonies of #BB672A
Complementary color
Monochromatic Colors of #BB672A
Black with #BB672A
Text Example
Text Example
White with #BB672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB672A; }
p { color: rgb(187,103,42); }
H1.HeaderClassName
{
color: #BB672A;
}
.AnyTagClassName
{
color: #BB672A;
}
</style>
background-color css
<style>
a { background-color: #BB672A; }
a { background-color: rgb(187,103,42); }
div.DivClassName
{
background-color: #BB672A;
}
.BgClassName
{
background-color: #BB672A;
}
</style>
border-color css
<style>
span { border-color: #BB672A; }
span { border-color: rgb(187,103,42); }
td.TdClassName
{
border-color: #BB672A;
}
.TagClassName
{
border-color: #BB672A;
}
</style>