Shades of Christine #B76330
Tints of Christine #B76330
RGB
CMYK
RGB Variations
Color information
#B76330 (or 0xB76330) is known color: Christine. HEX triplet: B7, 63 and 30. RGB value is (183,99,48). Sum of RGB (Red+Green+Blue) = 183+99+48=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B76330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76330 is #489CCF. Grayscale: #767676. Windows color (decimal): -4758736 or 3171255. OLE color: 3171255.
HSL color Cylindrical-coordinate representation of color #B76330: hue angle of 22.67º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B76330 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 99 | 48 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.28 |
| HSL | 22.67º | 0.58% | 0.45% | - |
| HSV(B) | 22.67º | 0.74% | 0.72% | - |
| XYZ | 24.52 | 19.2 | 5.21 | - |
| YUV | 118.3 | 88.33 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 48 | 0 | 0.46 | 0.74 | 0.28 | 22.67 | 0.58 | 0.45 |
| Hex | B7 | 63 | 30 | 0 | 2E | 4A | 1C | 17 | 3A | 2D |
| Octal | 267 | 143 | 60 | 0 | 56 | 112 | 34 | 27 | 72 | 55 |
| Binary | 10110111 | 1100011 | 110000 | 0 | 101110 | 1001010 | 11100 | 10111 | 111010 | 101101 |
Color Harmonies of #B76330
Complementary color
Monochromatic Colors of #B76330
Black with #B76330
Text Example
Text Example
White with #B76330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76330; }
p { color: rgb(183,99,48); }
H1.HeaderClassName
{
color: #B76330;
}
.AnyTagClassName
{
color: #B76330;
}
</style>
background-color css
<style>
a { background-color: #B76330; }
a { background-color: rgb(183,99,48); }
div.DivClassName
{
background-color: #B76330;
}
.BgClassName
{
background-color: #B76330;
}
</style>
border-color css
<style>
span { border-color: #B76330; }
span { border-color: rgb(183,99,48); }
td.TdClassName
{
border-color: #B76330;
}
.TagClassName
{
border-color: #B76330;
}
</style>