Shades of Christine #B4671D
Tints of Christine #B4671D
RGB
CMYK
RGB Variations
Color information
#B4671D (or 0xB4671D) is known color: Christine. HEX triplet: B4, 67 and 1D. RGB value is (180,103,29). Sum of RGB (Red+Green+Blue) = 180+103+29=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B4671D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4671D is #4B98E2. Grayscale: #757575. Windows color (decimal): -4954339 or 1927092. OLE color: 1927092.
HSL color Cylindrical-coordinate representation of color #B4671D: hue angle of 29.4º 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 #B4671D is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 103 | 29 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.29 |
| HSL | 29.4º | 0.72% | 0.41% | - |
| HSV(B) | 29.4º | 0.84% | 0.71% | - |
| XYZ | 23.89 | 19.49 | 3.67 | - |
| YUV | 117.59 | 78.01 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 29 | 0 | 0.43 | 0.84 | 0.29 | 29.4 | 0.72 | 0.41 |
| Hex | B4 | 67 | 1D | 0 | 2B | 54 | 1D | 1D | 48 | 29 |
| Octal | 264 | 147 | 35 | 0 | 53 | 124 | 35 | 35 | 110 | 51 |
| Binary | 10110100 | 1100111 | 11101 | 0 | 101011 | 1010100 | 11101 | 11101 | 1001000 | 101001 |
Color Harmonies of #B4671D
Complementary color
Monochromatic Colors of #B4671D
Black with #B4671D
Text Example
Text Example
White with #B4671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4671D; }
p { color: rgb(180,103,29); }
H1.HeaderClassName
{
color: #B4671D;
}
.AnyTagClassName
{
color: #B4671D;
}
</style>
background-color css
<style>
a { background-color: #B4671D; }
a { background-color: rgb(180,103,29); }
div.DivClassName
{
background-color: #B4671D;
}
.BgClassName
{
background-color: #B4671D;
}
</style>
border-color css
<style>
span { border-color: #B4671D; }
span { border-color: rgb(180,103,29); }
td.TdClassName
{
border-color: #B4671D;
}
.TagClassName
{
border-color: #B4671D;
}
</style>