Shades of Christine #B9672A
Tints of Christine #B9672A
RGB
CMYK
RGB Variations
Color information
#B9672A (or 0xB9672A) is known color: Christine. HEX triplet: B9, 67 and 2A. RGB value is (185,103,42). Sum of RGB (Red+Green+Blue) = 185+103+42=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9672A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9672A is #4698D5. Grayscale: #787878. Windows color (decimal): -4626646 or 2779065. OLE color: 2779065.
HSL color Cylindrical-coordinate representation of color #B9672A: hue angle of 25.59º degrees, saturation: 0.63, 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 #B9672A is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 103 | 42 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.27 |
| HSL | 25.59º | 0.63% | 0.45% | - |
| HSV(B) | 25.59º | 0.77% | 0.73% | - |
| XYZ | 25.28 | 20.18 | 4.75 | - |
| YUV | 120.56 | 83.67 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 42 | 0 | 0.44 | 0.77 | 0.27 | 25.59 | 0.63 | 0.45 |
| Hex | B9 | 67 | 2A | 0 | 2C | 4D | 1B | 1A | 3F | 2D |
| Octal | 271 | 147 | 52 | 0 | 54 | 115 | 33 | 32 | 77 | 55 |
| Binary | 10111001 | 1100111 | 101010 | 0 | 101100 | 1001101 | 11011 | 11010 | 111111 | 101101 |
Color Harmonies of #B9672A
Complementary color
Monochromatic Colors of #B9672A
Black with #B9672A
Text Example
Text Example
White with #B9672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9672A; }
p { color: rgb(185,103,42); }
H1.HeaderClassName
{
color: #B9672A;
}
.AnyTagClassName
{
color: #B9672A;
}
</style>
background-color css
<style>
a { background-color: #B9672A; }
a { background-color: rgb(185,103,42); }
div.DivClassName
{
background-color: #B9672A;
}
.BgClassName
{
background-color: #B9672A;
}
</style>
border-color css
<style>
span { border-color: #B9672A; }
span { border-color: rgb(185,103,42); }
td.TdClassName
{
border-color: #B9672A;
}
.TagClassName
{
border-color: #B9672A;
}
</style>