Shades of Christine #B76522
Tints of Christine #B76522
RGB
CMYK
RGB Variations
Color information
#B76522 (or 0xB76522) is known color: Christine. HEX triplet: B7, 65 and 22. RGB value is (183,101,34). Sum of RGB (Red+Green+Blue) = 183+101+34=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B76522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76522 is #489ADD. Grayscale: #767676. Windows color (decimal): -4758238 or 2254263. OLE color: 2254263.
HSL color Cylindrical-coordinate representation of color #B76522: hue angle of 26.98º degrees, saturation: 0.69, 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 #B76522 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 34 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.28 |
| HSL | 26.98º | 0.69% | 0.43% | - |
| HSV(B) | 26.98º | 0.81% | 0.72% | - |
| XYZ | 24.47 | 19.49 | 3.99 | - |
| YUV | 117.88 | 80.67 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 34 | 0 | 0.45 | 0.81 | 0.28 | 26.98 | 0.69 | 0.43 |
| Hex | B7 | 65 | 22 | 0 | 2D | 51 | 1C | 1B | 45 | 2B |
| Octal | 267 | 145 | 42 | 0 | 55 | 121 | 34 | 33 | 105 | 53 |
| Binary | 10110111 | 1100101 | 100010 | 0 | 101101 | 1010001 | 11100 | 11011 | 1000101 | 101011 |
Color Harmonies of #B76522
Complementary color
Monochromatic Colors of #B76522
Black with #B76522
Text Example
Text Example
White with #B76522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76522; }
p { color: rgb(183,101,34); }
H1.HeaderClassName
{
color: #B76522;
}
.AnyTagClassName
{
color: #B76522;
}
</style>
background-color css
<style>
a { background-color: #B76522; }
a { background-color: rgb(183,101,34); }
div.DivClassName
{
background-color: #B76522;
}
.BgClassName
{
background-color: #B76522;
}
</style>
border-color css
<style>
span { border-color: #B76522; }
span { border-color: rgb(183,101,34); }
td.TdClassName
{
border-color: #B76522;
}
.TagClassName
{
border-color: #B76522;
}
</style>