Shades of Christine #B2621F
Tints of Christine #B2621F
RGB
CMYK
RGB Variations
Color information
#B2621F (or 0xB2621F) is known color: Christine. HEX triplet: B2, 62 and 1F. RGB value is (178,98,31). Sum of RGB (Red+Green+Blue) = 178+98+31=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2621F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2621F is #4D9DE0. Grayscale: #727272. Windows color (decimal): -5086689 or 2056882. OLE color: 2056882.
HSL color Cylindrical-coordinate representation of color #B2621F: hue angle of 27.35º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2621F is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 98 | 31 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.30 |
| HSL | 27.35º | 0.7% | 0.41% | - |
| HSV(B) | 27.35º | 0.83% | 0.7% | - |
| XYZ | 22.98 | 18.3 | 3.62 | - |
| YUV | 114.28 | 81 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 31 | 0 | 0.45 | 0.83 | 0.30 | 27.35 | 0.7 | 0.41 |
| Hex | B2 | 62 | 1F | 0 | 2D | 53 | 1E | 1B | 46 | 29 |
| Octal | 262 | 142 | 37 | 0 | 55 | 123 | 36 | 33 | 106 | 51 |
| Binary | 10110010 | 1100010 | 11111 | 0 | 101101 | 1010011 | 11110 | 11011 | 1000110 | 101001 |
Color Harmonies of #B2621F
Complementary color
Monochromatic Colors of #B2621F
Black with #B2621F
Text Example
Text Example
White with #B2621F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2621F; }
p { color: rgb(178,98,31); }
H1.HeaderClassName
{
color: #B2621F;
}
.AnyTagClassName
{
color: #B2621F;
}
</style>
background-color css
<style>
a { background-color: #B2621F; }
a { background-color: rgb(178,98,31); }
div.DivClassName
{
background-color: #B2621F;
}
.BgClassName
{
background-color: #B2621F;
}
</style>
border-color css
<style>
span { border-color: #B2621F; }
span { border-color: rgb(178,98,31); }
td.TdClassName
{
border-color: #B2621F;
}
.TagClassName
{
border-color: #B2621F;
}
</style>