Shades of Christine #B7652D
Tints of Christine #B7652D
RGB
CMYK
RGB Variations
Color information
#B7652D (or 0xB7652D) is known color: Christine. HEX triplet: B7, 65 and 2D. RGB value is (183,101,45). Sum of RGB (Red+Green+Blue) = 183+101+45=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B7652D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7652D is #489AD2. Grayscale: #777777. Windows color (decimal): -4758227 or 2975159. OLE color: 2975159.
HSL color Cylindrical-coordinate representation of color #B7652D: hue angle of 24.35º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7652D is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 45 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.28 |
| HSL | 24.35º | 0.61% | 0.45% | - |
| HSV(B) | 24.35º | 0.75% | 0.72% | - |
| XYZ | 24.66 | 19.56 | 4.96 | - |
| YUV | 119.13 | 86.17 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 45 | 0 | 0.45 | 0.75 | 0.28 | 24.35 | 0.61 | 0.45 |
| Hex | B7 | 65 | 2D | 0 | 2D | 4B | 1C | 18 | 3D | 2D |
| Octal | 267 | 145 | 55 | 0 | 55 | 113 | 34 | 30 | 75 | 55 |
| Binary | 10110111 | 1100101 | 101101 | 0 | 101101 | 1001011 | 11100 | 11000 | 111101 | 101101 |
Color Harmonies of #B7652D
Complementary color
Monochromatic Colors of #B7652D
Black with #B7652D
Text Example
Text Example
White with #B7652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7652D; }
p { color: rgb(183,101,45); }
H1.HeaderClassName
{
color: #B7652D;
}
.AnyTagClassName
{
color: #B7652D;
}
</style>
background-color css
<style>
a { background-color: #B7652D; }
a { background-color: rgb(183,101,45); }
div.DivClassName
{
background-color: #B7652D;
}
.BgClassName
{
background-color: #B7652D;
}
</style>
border-color css
<style>
span { border-color: #B7652D; }
span { border-color: rgb(183,101,45); }
td.TdClassName
{
border-color: #B7652D;
}
.TagClassName
{
border-color: #B7652D;
}
</style>