Shades of Christine #B75E23
Tints of Christine #B75E23
RGB
CMYK
RGB Variations
Color information
#B75E23 (or 0xB75E23) is known color: Christine. HEX triplet: B7, 5E and 23. RGB value is (183,94,35). Sum of RGB (Red+Green+Blue) = 183+94+35=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75E23 is #48A1DC. Grayscale: #727272. Windows color (decimal): -4760029 or 2318007. OLE color: 2318007.
HSL color Cylindrical-coordinate representation of color #B75E23: hue angle of 23.92º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B75E23 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 94 | 35 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.28 |
| HSL | 23.92º | 0.68% | 0.43% | - |
| HSV(B) | 23.92º | 0.81% | 0.72% | - |
| XYZ | 23.83 | 18.19 | 3.85 | - |
| YUV | 113.89 | 83.49 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 94 | 35 | 0 | 0.49 | 0.81 | 0.28 | 23.92 | 0.68 | 0.43 |
| Hex | B7 | 5E | 23 | 0 | 31 | 51 | 1C | 18 | 44 | 2B |
| Octal | 267 | 136 | 43 | 0 | 61 | 121 | 34 | 30 | 104 | 53 |
| Binary | 10110111 | 1011110 | 100011 | 0 | 110001 | 1010001 | 11100 | 11000 | 1000100 | 101011 |
Color Harmonies of #B75E23
Complementary color
Monochromatic Colors of #B75E23
Black with #B75E23
Text Example
Text Example
White with #B75E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75E23; }
p { color: rgb(183,94,35); }
H1.HeaderClassName
{
color: #B75E23;
}
.AnyTagClassName
{
color: #B75E23;
}
</style>
background-color css
<style>
a { background-color: #B75E23; }
a { background-color: rgb(183,94,35); }
div.DivClassName
{
background-color: #B75E23;
}
.BgClassName
{
background-color: #B75E23;
}
</style>
border-color css
<style>
span { border-color: #B75E23; }
span { border-color: rgb(183,94,35); }
td.TdClassName
{
border-color: #B75E23;
}
.TagClassName
{
border-color: #B75E23;
}
</style>