Shades of Christine #B66530
Tints of Christine #B66530
RGB
CMYK
RGB Variations
Color information
#B66530 (or 0xB66530) is known color: Christine. HEX triplet: B6, 65 and 30. RGB value is (182,101,48). Sum of RGB (Red+Green+Blue) = 182+101+48=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B66530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66530 is #499ACF. Grayscale: #777777. Windows color (decimal): -4823760 or 3171766. OLE color: 3171766.
HSL color Cylindrical-coordinate representation of color #B66530: hue angle of 23.73º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B66530 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 101 | 48 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.29 |
| HSL | 23.73º | 0.58% | 0.45% | - |
| HSV(B) | 23.73º | 0.74% | 0.71% | - |
| XYZ | 24.48 | 19.47 | 5.26 | - |
| YUV | 119.18 | 87.84 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 101 | 48 | 0 | 0.45 | 0.74 | 0.29 | 23.73 | 0.58 | 0.45 |
| Hex | B6 | 65 | 30 | 0 | 2D | 4A | 1D | 18 | 3A | 2D |
| Octal | 266 | 145 | 60 | 0 | 55 | 112 | 35 | 30 | 72 | 55 |
| Binary | 10110110 | 1100101 | 110000 | 0 | 101101 | 1001010 | 11101 | 11000 | 111010 | 101101 |
Color Harmonies of #B66530
Complementary color
Monochromatic Colors of #B66530
Black with #B66530
Text Example
Text Example
White with #B66530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66530; }
p { color: rgb(182,101,48); }
H1.HeaderClassName
{
color: #B66530;
}
.AnyTagClassName
{
color: #B66530;
}
</style>
background-color css
<style>
a { background-color: #B66530; }
a { background-color: rgb(182,101,48); }
div.DivClassName
{
background-color: #B66530;
}
.BgClassName
{
background-color: #B66530;
}
</style>
border-color css
<style>
span { border-color: #B66530; }
span { border-color: rgb(182,101,48); }
td.TdClassName
{
border-color: #B66530;
}
.TagClassName
{
border-color: #B66530;
}
</style>