Shades of Christine #B76532
Tints of Christine #B76532
RGB
CMYK
RGB Variations
Color information
#B76532 (or 0xB76532) is known color: Christine. HEX triplet: B7, 65 and 32. RGB value is (183,101,50). Sum of RGB (Red+Green+Blue) = 183+101+50=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B76532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76532 is #489ACD. Grayscale: #777777. Windows color (decimal): -4758222 or 3302839. OLE color: 3302839.
HSL color Cylindrical-coordinate representation of color #B76532: hue angle of 23.01º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B76532 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 50 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.28 |
| HSL | 23.01º | 0.57% | 0.46% | - |
| HSV(B) | 23.01º | 0.73% | 0.72% | - |
| XYZ | 24.76 | 19.6 | 5.5 | - |
| YUV | 119.7 | 88.67 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 50 | 0 | 0.45 | 0.73 | 0.28 | 23.01 | 0.57 | 0.46 |
| Hex | B7 | 65 | 32 | 0 | 2D | 49 | 1C | 17 | 39 | 2E |
| Octal | 267 | 145 | 62 | 0 | 55 | 111 | 34 | 27 | 71 | 56 |
| Binary | 10110111 | 1100101 | 110010 | 0 | 101101 | 1001001 | 11100 | 10111 | 111001 | 101110 |
Color Harmonies of #B76532
Complementary color
Monochromatic Colors of #B76532
Black with #B76532
Text Example
Text Example
White with #B76532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76532; }
p { color: rgb(183,101,50); }
H1.HeaderClassName
{
color: #B76532;
}
.AnyTagClassName
{
color: #B76532;
}
</style>
background-color css
<style>
a { background-color: #B76532; }
a { background-color: rgb(183,101,50); }
div.DivClassName
{
background-color: #B76532;
}
.BgClassName
{
background-color: #B76532;
}
</style>
border-color css
<style>
span { border-color: #B76532; }
span { border-color: rgb(183,101,50); }
td.TdClassName
{
border-color: #B76532;
}
.TagClassName
{
border-color: #B76532;
}
</style>