Shades of Christine #B5661D
Tints of Christine #B5661D
RGB
CMYK
RGB Variations
Color information
#B5661D (or 0xB5661D) is known color: Christine. HEX triplet: B5, 66 and 1D. RGB value is (181,102,29). Sum of RGB (Red+Green+Blue) = 181+102+29=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B5661D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5661D is #4A99E2. Grayscale: #757575. Windows color (decimal): -4889059 or 1926837. OLE color: 1926837.
HSL color Cylindrical-coordinate representation of color #B5661D: hue angle of 28.82º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5661D is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 29 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.29 |
| HSL | 28.82º | 0.72% | 0.41% | - |
| HSV(B) | 28.82º | 0.84% | 0.71% | - |
| XYZ | 24.03 | 19.42 | 3.64 | - |
| YUV | 117.3 | 78.17 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 29 | 0 | 0.44 | 0.84 | 0.29 | 28.82 | 0.72 | 0.41 |
| Hex | B5 | 66 | 1D | 0 | 2C | 54 | 1D | 1D | 48 | 29 |
| Octal | 265 | 146 | 35 | 0 | 54 | 124 | 35 | 35 | 110 | 51 |
| Binary | 10110101 | 1100110 | 11101 | 0 | 101100 | 1010100 | 11101 | 11101 | 1001000 | 101001 |
Color Harmonies of #B5661D
Complementary color
Monochromatic Colors of #B5661D
Black with #B5661D
Text Example
Text Example
White with #B5661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5661D; }
p { color: rgb(181,102,29); }
H1.HeaderClassName
{
color: #B5661D;
}
.AnyTagClassName
{
color: #B5661D;
}
</style>
background-color css
<style>
a { background-color: #B5661D; }
a { background-color: rgb(181,102,29); }
div.DivClassName
{
background-color: #B5661D;
}
.BgClassName
{
background-color: #B5661D;
}
</style>
border-color css
<style>
span { border-color: #B5661D; }
span { border-color: rgb(181,102,29); }
td.TdClassName
{
border-color: #B5661D;
}
.TagClassName
{
border-color: #B5661D;
}
</style>