Shades of Christine #B5671D
Tints of Christine #B5671D
RGB
CMYK
RGB Variations
Color information
#B5671D (or 0xB5671D) is known color: Christine. HEX triplet: B5, 67 and 1D. RGB value is (181,103,29). Sum of RGB (Red+Green+Blue) = 181+103+29=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B5671D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5671D is #4A98E2. Grayscale: #767676. Windows color (decimal): -4888803 or 1927093. OLE color: 1927093.
HSL color Cylindrical-coordinate representation of color #B5671D: hue angle of 29.21º 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 #B5671D is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 29 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.29 |
| HSL | 29.21º | 0.72% | 0.41% | - |
| HSV(B) | 29.21º | 0.84% | 0.71% | - |
| XYZ | 24.13 | 19.61 | 3.68 | - |
| YUV | 117.89 | 77.84 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 29 | 0 | 0.43 | 0.84 | 0.29 | 29.21 | 0.72 | 0.41 |
| Hex | B5 | 67 | 1D | 0 | 2B | 54 | 1D | 1D | 48 | 29 |
| Octal | 265 | 147 | 35 | 0 | 53 | 124 | 35 | 35 | 110 | 51 |
| Binary | 10110101 | 1100111 | 11101 | 0 | 101011 | 1010100 | 11101 | 11101 | 1001000 | 101001 |
Color Harmonies of #B5671D
Complementary color
Monochromatic Colors of #B5671D
Black with #B5671D
Text Example
Text Example
White with #B5671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5671D; }
p { color: rgb(181,103,29); }
H1.HeaderClassName
{
color: #B5671D;
}
.AnyTagClassName
{
color: #B5671D;
}
</style>
background-color css
<style>
a { background-color: #B5671D; }
a { background-color: rgb(181,103,29); }
div.DivClassName
{
background-color: #B5671D;
}
.BgClassName
{
background-color: #B5671D;
}
</style>
border-color css
<style>
span { border-color: #B5671D; }
span { border-color: rgb(181,103,29); }
td.TdClassName
{
border-color: #B5671D;
}
.TagClassName
{
border-color: #B5671D;
}
</style>