Shades of Christine #B9632B
Tints of Christine #B9632B
RGB
CMYK
RGB Variations
Color information
#B9632B (or 0xB9632B) is known color: Christine. HEX triplet: B9, 63 and 2B. RGB value is (185,99,43). Sum of RGB (Red+Green+Blue) = 185+99+43=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B9632B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9632B is #469CD4. Grayscale: #767676. Windows color (decimal): -4627669 or 2843577. OLE color: 2843577.
HSL color Cylindrical-coordinate representation of color #B9632B: hue angle of 23.66º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9632B is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 43 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.27 |
| HSL | 23.66º | 0.62% | 0.45% | - |
| HSV(B) | 23.66º | 0.77% | 0.73% | - |
| XYZ | 24.91 | 19.41 | 4.72 | - |
| YUV | 118.33 | 85.49 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 43 | 0 | 0.46 | 0.77 | 0.27 | 23.66 | 0.62 | 0.45 |
| Hex | B9 | 63 | 2B | 0 | 2E | 4D | 1B | 18 | 3E | 2D |
| Octal | 271 | 143 | 53 | 0 | 56 | 115 | 33 | 30 | 76 | 55 |
| Binary | 10111001 | 1100011 | 101011 | 0 | 101110 | 1001101 | 11011 | 11000 | 111110 | 101101 |
Color Harmonies of #B9632B
Complementary color
Monochromatic Colors of #B9632B
Black with #B9632B
Text Example
Text Example
White with #B9632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9632B; }
p { color: rgb(185,99,43); }
H1.HeaderClassName
{
color: #B9632B;
}
.AnyTagClassName
{
color: #B9632B;
}
</style>
background-color css
<style>
a { background-color: #B9632B; }
a { background-color: rgb(185,99,43); }
div.DivClassName
{
background-color: #B9632B;
}
.BgClassName
{
background-color: #B9632B;
}
</style>
border-color css
<style>
span { border-color: #B9632B; }
span { border-color: rgb(185,99,43); }
td.TdClassName
{
border-color: #B9632B;
}
.TagClassName
{
border-color: #B9632B;
}
</style>