Shades of Christine #BF6736
Tints of Christine #BF6736
RGB
CMYK
RGB Variations
Color information
#BF6736 (or 0xBF6736) is known color: Christine. HEX triplet: BF, 67 and 36. RGB value is (191,103,54). Sum of RGB (Red+Green+Blue) = 191+103+54=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6736 is #4098C9. Grayscale: #7C7C7C. Windows color (decimal): -4233418 or 3565503. OLE color: 3565503.
HSL color Cylindrical-coordinate representation of color #BF6736: hue angle of 21.46º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF6736 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 54 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.25 |
| HSL | 21.46º | 0.56% | 0.48% | - |
| HSV(B) | 21.46º | 0.72% | 0.75% | - |
| XYZ | 27 | 21.04 | 6.13 | - |
| YUV | 123.73 | 88.65 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 54 | 0 | 0.46 | 0.72 | 0.25 | 21.46 | 0.56 | 0.48 |
| Hex | BF | 67 | 36 | 0 | 2E | 48 | 19 | 15 | 38 | 30 |
| Octal | 277 | 147 | 66 | 0 | 56 | 110 | 31 | 25 | 70 | 60 |
| Binary | 10111111 | 1100111 | 110110 | 0 | 101110 | 1001000 | 11001 | 10101 | 111000 | 110000 |
Color Harmonies of #BF6736
Complementary color
Monochromatic Colors of #BF6736
Black with #BF6736
Text Example
Text Example
White with #BF6736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6736; }
p { color: rgb(191,103,54); }
H1.HeaderClassName
{
color: #BF6736;
}
.AnyTagClassName
{
color: #BF6736;
}
</style>
background-color css
<style>
a { background-color: #BF6736; }
a { background-color: rgb(191,103,54); }
div.DivClassName
{
background-color: #BF6736;
}
.BgClassName
{
background-color: #BF6736;
}
</style>
border-color css
<style>
span { border-color: #BF6736; }
span { border-color: rgb(191,103,54); }
td.TdClassName
{
border-color: #BF6736;
}
.TagClassName
{
border-color: #BF6736;
}
</style>