Shades of Christine #B6602A
Tints of Christine #B6602A
RGB
CMYK
RGB Variations
Color information
#B6602A (or 0xB6602A) is known color: Christine. HEX triplet: B6, 60 and 2A. RGB value is (182,96,42). Sum of RGB (Red+Green+Blue) = 182+96+42=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B6602A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6602A is #499FD5. Grayscale: #737373. Windows color (decimal): -4825046 or 2777270. OLE color: 2777270.
HSL color Cylindrical-coordinate representation of color #B6602A: hue angle of 23.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6602A is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 96 | 42 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.29 |
| HSL | 23.14º | 0.63% | 0.44% | - |
| HSV(B) | 23.14º | 0.77% | 0.71% | - |
| XYZ | 23.89 | 18.48 | 4.5 | - |
| YUV | 115.56 | 86.49 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 96 | 42 | 0 | 0.47 | 0.77 | 0.29 | 23.14 | 0.63 | 0.44 |
| Hex | B6 | 60 | 2A | 0 | 2F | 4D | 1D | 17 | 3E | 2C |
| Octal | 266 | 140 | 52 | 0 | 57 | 115 | 35 | 27 | 76 | 54 |
| Binary | 10110110 | 1100000 | 101010 | 0 | 101111 | 1001101 | 11101 | 10111 | 111110 | 101100 |
Color Harmonies of #B6602A
Complementary color
Monochromatic Colors of #B6602A
Black with #B6602A
Text Example
Text Example
White with #B6602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6602A; }
p { color: rgb(182,96,42); }
H1.HeaderClassName
{
color: #B6602A;
}
.AnyTagClassName
{
color: #B6602A;
}
</style>
background-color css
<style>
a { background-color: #B6602A; }
a { background-color: rgb(182,96,42); }
div.DivClassName
{
background-color: #B6602A;
}
.BgClassName
{
background-color: #B6602A;
}
</style>
border-color css
<style>
span { border-color: #B6602A; }
span { border-color: rgb(182,96,42); }
td.TdClassName
{
border-color: #B6602A;
}
.TagClassName
{
border-color: #B6602A;
}
</style>