Shades of Christine #B76530
Tints of Christine #B76530
RGB
CMYK
RGB Variations
Color information
#B76530 (or 0xB76530) is known color: Christine. HEX triplet: B7, 65 and 30. RGB value is (183,101,48). Sum of RGB (Red+Green+Blue) = 183+101+48=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B76530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76530 is #489ACF. Grayscale: #777777. Windows color (decimal): -4758224 or 3171767. OLE color: 3171767.
HSL color Cylindrical-coordinate representation of color #B76530: hue angle of 23.56º 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 #B76530 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 48 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.28 |
| HSL | 23.56º | 0.58% | 0.45% | - |
| HSV(B) | 23.56º | 0.74% | 0.72% | - |
| XYZ | 24.72 | 19.59 | 5.27 | - |
| YUV | 119.48 | 87.67 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 48 | 0 | 0.45 | 0.74 | 0.28 | 23.56 | 0.58 | 0.45 |
| Hex | B7 | 65 | 30 | 0 | 2D | 4A | 1C | 18 | 3A | 2D |
| Octal | 267 | 145 | 60 | 0 | 55 | 112 | 34 | 30 | 72 | 55 |
| Binary | 10110111 | 1100101 | 110000 | 0 | 101101 | 1001010 | 11100 | 11000 | 111010 | 101101 |
Color Harmonies of #B76530
Complementary color
Monochromatic Colors of #B76530
Black with #B76530
Text Example
Text Example
White with #B76530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76530; }
p { color: rgb(183,101,48); }
H1.HeaderClassName
{
color: #B76530;
}
.AnyTagClassName
{
color: #B76530;
}
</style>
background-color css
<style>
a { background-color: #B76530; }
a { background-color: rgb(183,101,48); }
div.DivClassName
{
background-color: #B76530;
}
.BgClassName
{
background-color: #B76530;
}
</style>
border-color css
<style>
span { border-color: #B76530; }
span { border-color: rgb(183,101,48); }
td.TdClassName
{
border-color: #B76530;
}
.TagClassName
{
border-color: #B76530;
}
</style>