Shades of Christine #B76528
Tints of Christine #B76528
RGB
CMYK
RGB Variations
Color information
#B76528 (or 0xB76528) is known color: Christine. HEX triplet: B7, 65 and 28. RGB value is (183,101,40). Sum of RGB (Red+Green+Blue) = 183+101+40=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B76528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76528 is #489AD7. Grayscale: #767676. Windows color (decimal): -4758232 or 2647479. OLE color: 2647479.
HSL color Cylindrical-coordinate representation of color #B76528: hue angle of 25.59º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B76528 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 40 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.28 |
| HSL | 25.59º | 0.64% | 0.44% | - |
| HSV(B) | 25.59º | 0.78% | 0.72% | - |
| XYZ | 24.57 | 19.53 | 4.48 | - |
| YUV | 118.56 | 83.67 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 40 | 0 | 0.45 | 0.78 | 0.28 | 25.59 | 0.64 | 0.44 |
| Hex | B7 | 65 | 28 | 0 | 2D | 4E | 1C | 1A | 40 | 2C |
| Octal | 267 | 145 | 50 | 0 | 55 | 116 | 34 | 32 | 100 | 54 |
| Binary | 10110111 | 1100101 | 101000 | 0 | 101101 | 1001110 | 11100 | 11010 | 1000000 | 101100 |
Color Harmonies of #B76528
Complementary color
Monochromatic Colors of #B76528
Black with #B76528
Text Example
Text Example
White with #B76528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76528; }
p { color: rgb(183,101,40); }
H1.HeaderClassName
{
color: #B76528;
}
.AnyTagClassName
{
color: #B76528;
}
</style>
background-color css
<style>
a { background-color: #B76528; }
a { background-color: rgb(183,101,40); }
div.DivClassName
{
background-color: #B76528;
}
.BgClassName
{
background-color: #B76528;
}
</style>
border-color css
<style>
span { border-color: #B76528; }
span { border-color: rgb(183,101,40); }
td.TdClassName
{
border-color: #B76528;
}
.TagClassName
{
border-color: #B76528;
}
</style>