Shades of Christine #B76520
Tints of Christine #B76520
RGB
CMYK
RGB Variations
Color information
#B76520 (or 0xB76520) is known color: Christine. HEX triplet: B7, 65 and 20. RGB value is (183,101,32). Sum of RGB (Red+Green+Blue) = 183+101+32=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B76520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76520 is #489ADF. Grayscale: #767676. Windows color (decimal): -4758240 or 2123191. OLE color: 2123191.
HSL color Cylindrical-coordinate representation of color #B76520: hue angle of 27.42º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B76520 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 32 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.28 |
| HSL | 27.42º | 0.7% | 0.42% | - |
| HSV(B) | 27.42º | 0.83% | 0.72% | - |
| XYZ | 24.44 | 19.48 | 3.84 | - |
| YUV | 117.65 | 79.67 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 32 | 0 | 0.45 | 0.83 | 0.28 | 27.42 | 0.7 | 0.42 |
| Hex | B7 | 65 | 20 | 0 | 2D | 53 | 1C | 1B | 46 | 2A |
| Octal | 267 | 145 | 40 | 0 | 55 | 123 | 34 | 33 | 106 | 52 |
| Binary | 10110111 | 1100101 | 100000 | 0 | 101101 | 1010011 | 11100 | 11011 | 1000110 | 101010 |
Color Harmonies of #B76520
Complementary color
Monochromatic Colors of #B76520
Black with #B76520
Text Example
Text Example
White with #B76520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76520; }
p { color: rgb(183,101,32); }
H1.HeaderClassName
{
color: #B76520;
}
.AnyTagClassName
{
color: #B76520;
}
</style>
background-color css
<style>
a { background-color: #B76520; }
a { background-color: rgb(183,101,32); }
div.DivClassName
{
background-color: #B76520;
}
.BgClassName
{
background-color: #B76520;
}
</style>
border-color css
<style>
span { border-color: #B76520; }
span { border-color: rgb(183,101,32); }
td.TdClassName
{
border-color: #B76520;
}
.TagClassName
{
border-color: #B76520;
}
</style>